Itoa

From Bennu Wiki
Jump to navigation Jump to search


Definition

STRING itoa ( <INT value> )

Returns a string containing a certain int value.

Parameters

INT value - The value the returned string will contain.

Returns

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


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