hexToInt (Function) |
Top Previous Next |
hexToInt will convert a hex string to a number (INT). If the conversion is not possible, hexToInt will return 0.
Input: hex : STRING String to convert.
Returns: INT The value of the string.
Declaration: FUNCTION hexToInt : INT;
Example: INCLUDE rtcu.inc |