right( string, length)
Returns a portion of the specified string, starting from the last length characters from the right end of the of the string.
Mid, Left
print right("Hello", 2)
will display
lo
0.9.5b