right( string_expr, length)
returns string_value
Returns a portion of the specified string_expr, starting from the last length characters from the right end of the of the string.
Mid, Left
print right("Hello", 2)
will display
lo
Asc, Chr, Count, Countx, Explode, Explodex, Implode, Instr, Instrx, Left, Length, Lower, MD5, Mid, Midx, Replace, Replacex, Right, String, Upper