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