right()
right has two paramters, a string and a number n, and returns the last n characters of the string. For example:
right("race result";4) - returns sult
right([LastName];1) - returns the last character of the last name