 |
Purpose
Returns a string containing the rightmost characters of a string argument.
Syntax
Right (StringExpression, NumericExpression)
StringExpression |
Any valid string. |
NumericExpression |
Any valid integer greater than or equal to 0. If NumericExpression is greater than or equal to the length of StringExpression, the entire string is returned. |
Example
See the example for Left.
|  |