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