Right()
FUNCTION: right(<string>, <length>)
This returns the right-most <length> characters from the <string>.
If you are looking for left(), the corresponding function to right(), then look at strtrunc() as an equivalent.
Related Topics: mid(), strtrunc().