Returns the conversion of an integer into a string
Supported Platforms: Windows and Mac OS
(itoa int)
Type: Integer
A numeric value.
Type: String
A string derived from int.
(itoa 33) "33" (itoa -17) "-17"