Right
Function |
Right(text, length)
|
Use
The Right() function returns a specifed number of characters from the right of a text value.
Examples
Right("abcdefg", 4) = "defg"
Right("Do you wish me a good morning?", 7) = "orning?"
Right is included by default in each file as part of the Text library.
See also: