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