Ftoa

From Bennu Wiki
Jump to navigation Jump to search


Definition

STRING ftoa ( <FLOAT value> )

Returns a string containing a certain float value.

Parameters

FLOAT value - The value the returned string will contain.

Returns

STRING : The string containing the specified value, including sign and decimal point.


Strings Functions
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase()