Atoi
Jump to navigation
Jump to search
Definition
INT atoi ( <STRING str> )
Returns the int value of the number specified in a certain string.
Parameters
STRING str | - The string specifying a number of which the int value will be returned. |
Returns
INT : The int value of the number specified by the specified string.
Strings Functions | |
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase() |