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