SIZE             Return Bytes Used by Variable                  MASM Operator
 
  SIZE variable
 
    Returns the number of bytes occupied by variable.
 
       Notes:     The value returned by this operator is equal to the
                  LENGTH of variable times the TYPE of variable.  That is:
 
                     SIZE variable = (LENGTH variable) * (TYPE variable)

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster