- This wiki is out of date, use the continuation of this wiki instead
Ftoa
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''STRING''' ftoa ( <'''FLOAT''' value> ) Returns a string containing a certain value. == Parameters == {| | '''FLOAT ''' val...)
Next diff →
Revision as of 16:58, 31 August 2007
Definition
STRING ftoa ( <FLOAT value> )
Returns a string containing a certain value.
Parameters
FLOAT value | - The value the returned string will contain. |
Returns
STRING : The string containing the specified value, including sign and decimal point.