qck.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.
USING Keyword
  Summary             Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 USING Keyword
 
 ■ The USING keyword specifies formatting for PRINT and LPRINT statements
   that use the optional argument:
 
         USING formatstring$
 
   See: PRINT USING Example
 
 ■ The USING keyword is also used for palette assignments in the PALETTE
   USING statement. See: PALETTE USING Example
 
 See: FORMAT$ Function   Format Specifiers  LPRINT Statement
      PALETTE Statement  PRINT Statement