qa.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.
RECORD
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  recordname RECORD field [,field]...
 
  Declares a record type consisting of the specified bit fields.
  Multiple fields must be separated by a comma. The sum of the widths
  for all fields must not exceed 16 bits.
 
  recordname   A unique symbolic name.
 
  field        Each field has the following form, in which width is a
               constant giving the number of bits in the field, and
               expression optionally sets an initial or default value.
 
      fieldname:width[= expression]
 
   See Also:  STRUC, MASK, WIDTH
                                    -♦-