strLeft (Function) |
Top Previous Next |
strLeft will return a specified number of characters from a string. It starts from the left and moves right.
Note that the returned string is a dynamic string.
Input: str : STRING String that is to be extracted from.
length : INT Number of characters to be returned.
Returns: STRING The extracted string.
Declaration: FUNCTION strLeft : STRING;
Example: INCLUDE rtcu.inc |