-
Notifications
You must be signed in to change notification settings - Fork 50
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);
---~---~---~---~---~---~---~---~---