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