RightW

Description

Obtains a specified number of characters from the end of a string.

NoteObsolete function This function is obsolete. It has the same behavior as Right in all environments.

Syntax

RightW ( string, n )

Returns

String. Returns the rightmost n characters in string if it succeeds and the empty string ("") if an error occurs.