◄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. -♦-