strLen (Function) |
Top Previous Next |
strLen will return the length (number of characters) of a string.
Input: str : STRING String that is to be extracted from.
Returns: INT The number of characters in the str string.
Declaration: FUNCTION strLen : INT;
Example: INCLUDE rtcu.inc |