Error Messages/40018
< Error Messages
Revision as of 20:50, 7 January 2010 by AManandhar (talk | contribs)
Error Message Examples
You can only assign to a local variable. X is not a local variable.
Cause
This error is caused when a global variable is assigned inside another variable definition. You can only assign values to local variables defined by using var inside the definition.
Remedies
Changing the value of the global variable inside another variable is, generally, not a good practice.
You can assign to global variables using scripts through a Buttons if there are no other workarounds.
Comments
<comments />
Enable comment auto-refresher