MSIR.0728 (attribute) variable invalid in (blocktype)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Priva...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Certain variable attributes are invalid in certain variable definition blocks. For example, the Global, Session, or Common attributes are not valid for structures or Public/Private class variables (they are valid for Shared variables). Static is also invalid for such variables. Don't use the proscribed attributes in these contexts.