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

Itoa

From FenixWiki

Revision as of 17:36, 25 July 2008 by 90.49.76.122 (Talk)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


[edit] Definition

STRING itoa ( <INT value> )

Returns a string containing a certain int value.

[edit] Parameters

INT value - The value the returned string will contain.

[edit] Returns

STRING : The string containing the specified value, including sign.


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