- This wiki is out of date, use the continuation of this wiki instead
Itoa
From FenixWiki
(Difference between revisions)
| Revision as of 16:59, 31 August 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''STRING''' ftoa ( <'''INT''' value> ) Returns a string containing a certain int value. == Parameters == {| | '''INT...) ← Previous diff |
Current revision (17:36, 25 July 2008) (edit) (undo) 90.49.76.122 (Talk) (→Definition - itoa not ftoa) |
||
| (One intermediate revision not shown.) | |||
| Line 3: | Line 3: | ||
| ==Definition== | ==Definition== | ||
| - | '''STRING''' | + | '''STRING''' itoa ( <'''INT''' value> ) |
| Returns a [[string]] containing a certain [[int]] value. | Returns a [[string]] containing a certain [[int]] value. | ||
| Line 14: | Line 14: | ||
| == Returns == | == Returns == | ||
| '''STRING''' : The string containing the specified value, including sign. | '''STRING''' : The string containing the specified value, including sign. | ||
| + | |||
| + | {{Funcbox | ||
| + | | category = Strings | ||
| + | }} | ||
Current revision
[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() • | |
