RIGHT
str = RIGHT( str AS STRING,
nchars AS INTEGER ) AS STRING
Returns a given number of characters from the right of a string.
Example:
PRINT "[";RIGHT( "Kalle Anka is nice", 4 );"]",
[nice]