This command add a new member of the structure and only have sense inside BEGIN STRUCTURE .. END STRUCTURE commands.
Syntax:
MEMBER BYTE <memberName>
<memberName>
Name of the structure member.
Description:
At binary level stores a BYTE 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 >= 0x80 you can use the function ExtendSign8().