right()

right has two parameters, 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