![]() ![]() |
|
RIGHTThe RIGHT function returns a sub-string composed of the last n characters of a specified string.
COMMAND SYNTAXRIGHT(expression, length)
SYNTAX ELEMENTSexpression evaluates to the string from which the sub string is
extracted.
NOTESThe RIGHT() function is equivalent to sub-string extraction for the last n characters, i.e. expression[n] See also LEFT().
EXAMPLE
This code displays: "lobster" |