Navigation:  Reference > Structure Definition Commands >

MEMBER @

Previous pageReturn to chapter overviewNext page

This command add a new member of the structure and only have sense inside BEGIN STRUCTURE .. END STRUCTURE commands.

Syntax:

MEMBER @ <memberClass> <memberName>

 

<memberClass>

Class name of the child member.

 

<memberName>

Name of the structure member.

Description:

<memberClass> will be the class name of another gwst structure. Using this command you can create nested structures of any depth level.