Difference between revisions of "Error Messages/40556"
AManandhar (talk | contribs) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | + | :<code>''You cannot set system variable Symbolsize to 1000. The value must be between 0 and 100.''</code> | |
− | + | == Cause == | |
− | = Remedies = | + | As the error states, an attempt has been made to set the mentioned system variable to a value outside its valid range. |
+ | |||
+ | More information on Analytica system variables can be found [[System_Variables|here.]] | ||
+ | |||
+ | == Remedies == | ||
Correct the assignment so the system variable is set to a valid value. | Correct the assignment so the system variable is set to a valid value. | ||
− | + | ==See Also== | |
+ | * [[System Variables]] | ||
+ | * [[Assignment Operator :=]] |
Latest revision as of 20:50, 29 March 2016
Error message examples
You cannot set system variable Symbolsize to 1000. The value must be between 0 and 100.
Cause
As the error states, an attempt has been made to set the mentioned system variable to a value outside its valid range.
More information on Analytica system variables can be found here.
Remedies
Correct the assignment so the system variable is set to a valid value.
See Also
Comments
Enable comment auto-refresher