9.82
RIGHT - Returns the rightmost part of a string
Arguments are: string,length.
Argument(s)
2, String Integer
Result type
String
Aliases
RIGHTSTR
See also
LEFT
Category
String handling
Example:
C:> ASET -p X := RIGHT('ABCDE',2) X=DE