Navigation:  Reference > Structure Definition Commands >

MEMBER WORD

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 WORD <memberName>

<memberName>

Name of the structure member.

Description:

At binary level stores a WORD (2 Bytes) value from/to Xbase++ NUMERIC value. All values will be represented as positive at Xbase++ level. If you want to see the negative representation on values >= 0x8000 you can use the function ExtendSign16().

 

 

Synonims:

MEMBER SHORT <memberName>

MEMBER INT16 <memberName>