- This wiki is out of date, use the continuation of this wiki instead
Ftoa
From FenixWiki
(Difference between revisions)
Revision as of 16:58, 31 August 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' ftoa ( <'''FLOAT''' value> ) Returns a string containing a certain value. == Parameters == {| | '''FLOAT ''' val...) ← Previous diff |
Current revision (00:57, 26 November 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
(One intermediate revision not shown.) | |||
Line 5: | Line 5: | ||
'''STRING''' ftoa ( <'''FLOAT''' value> ) | '''STRING''' ftoa ( <'''FLOAT''' value> ) | ||
- | Returns a string containing a certain value. | + | Returns a [[string]] containing a certain [[float]] value. |
== Parameters == | == Parameters == | ||
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() • |