atoi()

Converts a string to a number.

import string
i = string.atoi( "123")