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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 1: Line 1:
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 global or session names to eliminate the collision.
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 global or session names to eliminate the collision.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:59, 19 April 2013

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.