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 and Structure Directives
   Directives  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
A record consists of bit fields. A structure is a collection of any
series of data types and can include other structures.
 
Mnemonic       Description
RECORD         Declares a record type consisting of specified fields
STRUC          Declares a structure type having specified fields
ENDS           Ends a structure definition
                                    -♦-