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.
TYPE
   Operator Summary  Summary  .TYPE
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  TYPE expression
 
  Returns a different result depending on type of expression:
 
   Expression        TYPE Operator returns
    variable          Number of bytes in data object.
 
    structure         Total size in bytes of the structure.
 
    label             0FFFFh=NEAR label, 0FFFEh=FAR label.
 
    constant          0.
 
  The returned value can be used to specify the type for PTR.
 
   See Also:  PTR
                                    -♦-