- This wiki is out of date, use the continuation of this wiki instead
Ftoa
From FenixWiki
(Difference between revisions)
Revision as of 17:00, 31 August 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (00:57, 26 November 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
Line 14: | Line 14: | ||
== Returns == | == Returns == | ||
'''STRING''' : The string containing the specified value, including sign and decimal point. | '''STRING''' : The string containing the specified value, including sign and decimal point. | ||
+ | |||
+ | {{Funcbox | ||
+ | | category = Strings | ||
+ | }} |
Current revision
[edit] Definition
STRING ftoa ( <FLOAT value> )
Returns a string containing a certain float value.
[edit] Parameters
FLOAT value | - The value the returned string will contain. |
[edit] Returns
STRING : The string containing the specified value, including sign and decimal point.
Strings Functions | |
• Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() • |