Error Messages/40018
< Error Messages
Revision as of 20:41, 7 January 2010 by AManandhar (talk | contribs) (Created page with '= 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 anothe…')
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 generally is not a good practice.
You can assign to global variables using scripts through a Buttons.
Comments
<comments />
Enable comment auto-refresher