MSIR.0727 (ImageOrScreen) has same name as (StructureOrObject) variable: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An attempt was made to declare a Screen or Image with the same name as an Object or Structure variable. Since Image, Screen, Structure, and Object variables are all accessed via ...")
(No difference)

Revision as of 15:01, 9 November 2010

An attempt was made to declare a Screen or Image with the same name as an Object or Structure variable. Since Image, Screen, Structure, and Object variables are all accessed via a percent sign, the name, and a colon, this could produce ambiguities in variable resolution so is not allowed. Use different names for your Images or Screens and Structure or Object variables.