Table of Contents
RIGHT$
Syntax
S$ = RIGHT$( A$, X )
Parameters
A$ is a string, LEN >= 0 X is a number, [0,MAXLEN]
Description
The right-most X characters of A$.
S$ = RIGHT$( A$, X )
A$ is a string, LEN >= 0 X is a number, [0,MAXLEN]
The right-most X characters of A$.