MASK             Return a Bit Mask                              MASM Operator
 
    MASK recordFieldName
or
    MASK record
 
    Returns a bit pattern representing the bits used by a particular field
    of a record.  Bits used by the field will by 1, while those not used
    by the field will be 0.
 
       Notes:     The recordFieldName must be the name of a record field.
                  Record  must be the name of a record.

Seealso:



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