This wiki is out of date, use the continuation of this wiki instead

Atoi

From FenixWiki

Revision as of 00:57, 26 November 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] Definition

INT atoi ( <STRING str> )

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

[edit] Parameters

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

[edit] Returns

INT : The int value of the number specified by the specified string.


Strings Functions
Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() •
Personal tools