ST10atoi
ST = String functions
The ST10atoi() function takes a string (which represents an integer) as an argument and returns its value of type int. Like atoi() in c language but with source_start to point to a source string position.
IMPLEMENTATION
ST10atoi(source, source_start, return)
Parameters:
| IN/OUT | VARIABLE TYPE | EXAMPLE NAME | DIM | |
|---|---|---|---|---|
| IN | ARRGBL | source | B | |
| IN | GLOBAL/CONST | source_start | L | |
| IN | GLOBAL | return | L | |