Converts a string into an integer
Supported Platforms: Windows and Mac OS
(atoi str)
Type: String
A string to be converted into an integer.
Type: Integer
A numeric value.
(atoi "97") 97 (atoi "3") 3 (atoi "3.9") 3