|
<< Click to Display Table of Contents >> Navigation: String functions > Right or Right$ |
Description
Returns a String containing a specified number of characters from the right side of a string.
Syntax
Right(string, length)
Parameters
Part |
Description |
string |
Required. String expression from which the rightmost characters are returned. |
length |
Required. Numeric expression indicating how many characters to return. |