Difference between revisions of "Error Messages/40556"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Error Message Examples  =
+
[[Category: Error messages]]
  
  You cannot set system variable Symbolsize to 1000. The value must be between 0 and 100.
+
== Error message examples ==
  
= Cause =
+
:<code>''You cannot set system variable Symbolsize to 1000. The value must be between 0 and 100.''</code>
  
As the error states, an attempt has been made to set the value of the system variable to outside its valid range.
+
== 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.
  
<br> <comments />
+
==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


You are not allowed to post comments.