[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
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.

See Also: WIDTH
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson