MSIR.0768 (glses) name (name) already bound to other variable: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "A variable was declared as <tt>Global</tt> or <tt>Session</tt> but the explicit or implicit global/session name was already in use for a different variable. Change one of the glo...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

A variable was declared as Global or Session but the explicit or implicit global/session name was already in use for a different variable. Change one of the global or session names to eliminate the collision.