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.
. (Structure-Field Reference)
   Operator Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  variable.field
 
  Returns the offset of field plus the offset of variable. This operator
  is normally used to access a field of data within a structure variable.
 
  variable     A previously defined data item; usually a structure variable.
 
  field        A field within a previously defined structure type. Each such
               field has an offset from the beginning of the structure.
 
   See Also:  STRUC
                                    -♦-