MSIR.0728 (attribute) variable invalid in (blocktype): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

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.