Atof

From Bennu Wiki
Revision as of 03:05, 2 October 2008 by Sandman (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

FLOAT atof ( <STRING str> )

Returns the float value of the number specified in a certain string.

Parameters

STRING str - The string specifying a number of which the float value will be returned.

Returns

FLOAT : The float value of the number specified by the specified string.


Strings Functions
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase()