qa.hlp (Table of Contents; Topic list)
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
                                    -♦-