This command add a new member of the structure and only have sense inside BEGIN STRUCTURE .. END STRUCTURE commands.
Syntax:
MEMBER SZSTR <memberName> SIZE <nSize>
<memberName>
Name of the structure member.
<nSize>
Reserved size in bytes.
Description:
Store a zero terminated string up to <nSize> characters including the trailing \0. Return up the first \0 character.