MSIR.0863 CONSTRUCT only valid in constructor of an extension class

From m204wiki
Revision as of 16:45, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension class, since the Construct statement must contain the name of the base class for which the constructor is to be run.