Converts a string into an integer
Supported Platforms: Windows, Mac OS, and Web
(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