Returns the conversion of an integer into a string
(itoa int)
Command: (itoa 33)
"33"
Command: (itoa -17)
"-17"
See Also
-
The atoi function.
Returns the conversion of an integer into a string
(itoa int)
Command: (itoa 33)
"33"
Command: (itoa -17)
"-17"
The atoi function.