Right
Returns a specified number (length) of characters from the right side of the string .
Syntax
Right ( string ,length )
| Parameter | Description |
|---|
string | Input string. |
length | The number of characters to return from the right side of the input string. |
Example
Right ("Northwind", 4) returns wind.