qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
RIGHT$ Function Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RIGHT$ Function Details
 
Syntax
  RIGHT$(stringexpression,n)
 
The argument stringexpression can be any string variable, string constant, or
string expression. If n is equal to the number of characters in the argument
stringexpression, then the RIGHT$ function returns stringexpression.
If n = 0, RIGHT$ returns the null string (length zero).