Skip to content

Manual:DIL Manual atoi()

iamnove edited this page Jan 18, 2023 · 57 revisions


integer atoi ( s : string )
   s : A string with a number.
   return: The number in the string.
   Example: i := atoi("42");
Clone this wiki locally