See Also: Struct Type, Struct Variable Assignments, Struct Properties, Struct
To terminate a struct type declaration block. See Struct for detailed information on creating structured data types.
Struct {type-name}
{data-type} {member-name}
[{data-type} {member-name}]
[…]
End_Struct
Each struct type declaration block started by the Struct command must be terminated by an End_Struct command.