1 RIGHT$ The RIGHT$ function extracts a substring from a string's right side, leaving the original string unchanged. Example New_string$ = RIGHT$(Alpha$, 21%) 2 Syntax str-var = RIGHT[$] (str-exp, int-exp) Int-exp specifies the starting position of the substring in str-exp.