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