RIGHT

(string Text)
RIGHT returns the last character in a text string.
Example: RIGHT(abracadabra) is the last letter (a).
Text: Required. The text string containing the characters you want to extract.
(string Textint num_chars)
RIGHT returns the last character or characters in a text string, based on the number of
characters you specify.
Example: RIGHT(abracadabra, 3) is the last 3 letters (bra).
Text: Required. The text string containing the characters you want to extract.

Example

Return the three rightmost characters in string:

right(&SelltoPostCode,3)
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.