Obtains a specified number of characters from the end of a string.
Obsolete function This function is obsolete. It has the same behavior as Right in all environments.
RightW ( string, n )
String. Returns the rightmost n characters in string if it succeeds and the empty string ("") if an error occurs.