Error Messages/40018

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.


You are not allowed to post comments.

Comments
<comments />