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