right()

Syntax:

right( String, Chars )

Return:

A string consisting of the given number of characters from the right end of the string.

Parameters:

String – The String can be a string or a variable name containing a string.

Chars - The number of characters from the right of the String to return in the Return Value. Chars can be a number or a variable name containing a number.

Remarks:

If the number of characters specified is more than the length of the string the whole string is returned. Both parameters are required.

image\Script_Button.jpgExamples