- This wiki is out of date, use the continuation of this wiki instead
Atof
From FenixWiki
(Difference between revisions)
Revision as of 16:56, 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 == | ||
'''FLOAT''' : The float value of the number specified by the specified string. | '''FLOAT''' : The float value of the number specified by the specified string. | ||
+ | |||
+ | {{Funcbox | ||
+ | | category = Strings | ||
+ | }} |
Current revision
[edit] Definition
FLOAT atof ( <STRING str> )
Returns the float value of the number specified in a certain string.
[edit] Parameters
STRING str | - The string specifying a number of which the float value will be returned. |
[edit] Returns
FLOAT : The float value of the number specified by the specified string.
Strings Functions | |
• Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() • |