Ftoa

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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()