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 in network byte order from/to Xbase++ NUMERIC value in host byte order. 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().