LONGSTRING RIGHT dest%(), src%(), n%
Extracts the rightmost 'n%' characters from the longstring 'src%()' and stores them in 'dest%()'. This is similar to the RIGHT$() function but operates on longstrings.
Extracts the rightmost 'n%' characters from the longstring 'src%()' and stores them in 'dest%()'. This is similar to the RIGHT$() function but operates on longstrings.