◄Operator Summary► ◄Summary► ◄Example► ────────────────────────────────────────────────────────────────────────────── Syntax: variable.field Returns the offset of field plus the offset of variable. This operator is normally used to access a field of data within a structure variable. variable A previously defined data item; usually a structure variable. field A field within a previously defined structure type. Each such field has an offset from the beginning of the structure. See Also: STRUC -♦-