itoa
 
 
 

Returns the conversion of an integer into a string

(itoa int) 

Arguments

int

An integer.

Return Values

A string derived from int.

Examples

Command: (itoa 33)

"33"

Command: (itoa -17)

"-17"

See Also