Studio:How does the STRIDE compiler handle zero-length arrays?

From STRIDE Wiki
Revision as of 00:07, 9 June 2007 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A zero-length array embedded in the middle of a struct is treated as if it was not there (i.e., as if it was commented out). It will not allocate storage or affect alignment in the structure in any way. It will not be addressable from ascript and will not be visible in the interface or workspace view.