contents index previous next
Clib.atoi()
syntax:
Clib.atoi(str)
where:
str - string to convert to a number.
return:
number - str converted.
description:
This method converts the ASCII string str to an integer, if str can be converted.
see:
Clib.atol()