◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── RIGHT$ returns a string that consists of the rightmost n% characters of a string. RIGHT$(stringexpression$,n%) Usage Notes ■ If n% is 0, the null string (length 0) is returned. ■ If n% is greater than or equal to the number of characters in stringexpression$, the entire string is returned. ■ To find the number of characters in stringexpression$, use LEN(stringexpression$).