itoa
(itoa integer)
This function converts the integer number into a
string.
|
Arguments |
integer any integer number |
|
Return |
string representation of the number |
|
Example |
(itoa 44)
"44" |
|
Remarks |
see (atoi) function |
| © Bricsys NV. All rights reserved. |