Difference between revisions of "Manual:DIL Manual/itoa()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bfitoa"></span> | ||
| + | string itoa ( i : integer ) | ||
| + | i : A number. | ||
| + | return: A string with the number. | ||
| + | Example: s := itoa(42); | ||
| − | + | ---~---~---~---~---~---~---~---~--- | |
<span id="bfitoa"></span> | <span id="bfitoa"></span> | ||
string itoa ( i : integer ) | string itoa ( i : integer ) | ||
Latest revision as of 22:30, 4 December 2025
string itoa ( i : integer ) i : A number. return: A string with the number. Example: s := itoa(42);
---~---~---~---~---~---~---~---~---
string itoa ( i : integer ) i : A number. return: A string with the number. Example: s := itoa(42);
---~---~---~---~---~---~---~---~---