strRight (Function) |
Top Previous Next |
strRight will return a specified number of characters from a string. It starts from the right and moves left. 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 strRight : STRING;
Example: INCLUDE rtcu.inc |