Manual:DIL Manual/atoi()
Jump to navigation
Jump to search
integer atoi ( s : string ) s : A string with a number. return: The number in the string. Example: i := atoi("42");