CTOF()
$SYNTAX$
- Arguments
-
- <cFloatingPointNumber> Designate a string that contains a Harbour number in flotaing point format. ATTENTION: different implementations or platforms of Harbour, they could produce different format in the string returned by FTOC().
- Returns
-
- CTOF() return the floating point number that corresponds to the string passed.
- Description
-
- Character strings created with FTOC() or XTOC() are convert into Harbour floating point number
- TODO: add documentation
- Status
-
- Started
- Platforms
-
- All
- Files
-
- Source is ftoc.c, library is libct.
- See Also