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