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