FTOC()

$SYNTAX$

Arguments

<nFloatingPointNumber> Designate any Harbour number.

Returns

FTOC() return a string with the size of DOUBLE. ATTENTION: different implementations or platforms of Harbour, they could produce different format in the string returned by FTOC().

Description

Harbour internal numbers in Floating Point are stored in data type DOUBLE. FTOC() returns these bits as an string. In this way, numbers con be saved more compactly.

TODO: add documentation

Status

Started

Platforms

All

Files

Source is ftoc.c, library is libct.

See Also