Assembly Language Help (alang.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.
Record/Record-Field Width
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   WIDTH {recordfieldname│record}
 
  See also: MASK, SIZEOF, LENGTHOF, RECORD
 
  Description:
 
     Returns width (in bits) allocated for a record or record field.
 
     The <recordfieldname> is the name of any field defined in any
     record. The <record> is the name of any defined record.
                                    -♦-