Difference between revisions of "Error Messages/40556"
AManandhar (talk | contribs) m (→Cause) |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Error message examples == | |
− | = Cause = | + | :<code>''You cannot set system variable Symbolsize to 1000. The value must be between 0 and 100.''</code> |
+ | |||
+ | == Cause == | ||
As the error states, an attempt has been made to set the mentioned system variable to a value outside its valid range. | As the error states, an attempt has been made to set the mentioned system variable to a value outside its valid range. | ||
Line 9: | Line 11: | ||
More information on Analytica system variables can be found [[System_Variables|here.]] | More information on Analytica system variables can be found [[System_Variables|here.]] | ||
− | = Remedies = | + | == 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