intToStr (Function) |
Top Previous Next |
intToStr will convert a number (INT) to a string.
Input: v : INT Number to convert.
Returns: STRING A string representing the value of v.
Declaration: FUNCTION intToStr : STRING;
Example: INCLUDE rtcu.inc |