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