Structure

A structure is a complex data type defined as a set of members.

    VariableName.MemberName

Limitation

If a member of a structure is an instance of another structure, the nested structure must be declared BEFORE in the list.

Concept Link IconSee Also