Navigation:  Reference > Structure Definition Commands >

GWSTBACK

Previous pageReturn to chapter overviewNext page

This command rest the size of the last defined member. This can be useful to create INLINE unions

Syntax:

GWSTBACK

 

Example:

   MEMBER DYNSZ cSrc

   GWSTBACK

   MEMBER LPSTR pSrc

.....

END STRUCTURE

 

...

 

o:cSrc := "This is a String"

? o:pSrc // Return the memory pointer of cSrc