End_Struct

See Also: Struct Type, Struct Variable Assignments, Struct Properties, Struct

Purpose

To terminate a struct type declaration block. See Struct for detailed information on creating structured data types.

Syntax

Struct {type-name}

    {data-type} {member-name}

    [{data-type} {member-name}]

    […]

End_Struct

What It Does

Each struct type declaration block started by the Struct command must be terminated by an End_Struct command.