Skip to content

Manual:DIL Manual itoa()

iamnove edited this page Jan 18, 2023 · 51 revisions


string itoa ( i : integer )
   i : A number.
   return: A string with the number.
   Example: s := itoa(42);
---~---~---~---~---~---~---~---~---
Clone this wiki locally