Right
The Right function returns a substring that is a defined number of characters from the right side of the original string.
Syntax
variable = Right ( source, count )
Remarks
source The source parameter is the string that will be parsed by this instruction.
count The count parameter is used to specify the number of characters from the right side of the string to return.