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.
SIZE
   Operator Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  SIZE variable
 
  Returns the total number of bytes allocated for variable if variable
  was defined with the DUP operator. The returned value is equal to the
  value of LENGTH variable times the value of TYPE variable.
 
  If the variable was not declared with the DUP operator, the value
  returned is the same as TYPE variable; it simply gives the number of
  bytes in the data type.
 
  variable   Array or other variable.
 
   See Also:  DUP, LENGTH, TYPE
                                    -♦-