StrRight
|
String manipulation |
SYNTAX | StrRight( STRING, count) |
RETURNS | STRING |
FUNCTION | Extracts the last (that is, rightmost) count characters from STRING and returns a copy of the extracted substring. If count exceeds the string length, then the entire string is extracted. |
EXAMPLE | newstring = strright( string, 4 ); |
SEE ALSO |
The StrRight function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.