Gets characters from the end of a string
Syntax
string = Right Str (theString,length)
Description
Returns length characters from the end of theString.See also Left Str and Mid Str.
Returns length characters from the end of theString.