qb45qck.hlp (Table of Contents; 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 QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
RIGHT$ - a string function that returns the rightmost n characters
         of a string
 
Syntax
  RIGHT$(stringexpression,n)
    ■ stringexpression is a string constant, string variable, or string
      expression
    ■ n, a numeric expression which must have a value between 0 and 32,767,
      specifies how many right-most characters the function should return.
      If n is zero, the null string (a zero-length string) is returned.
 
See Also  LEFT$  MID$ function