Difference between revisions of "Error Messages/40254"

 
Line 3: Line 3:
 
== Error message examples ==
 
== Error message examples ==
  
:<code>''In call to function NlpDefine, the seventh parameter, X, should not be specified more than once.''</code>
+
:<code>''In call to function NlpDefine, the seventh parameter, «X», should not be specified more than once.''</code>
  
 
== Cause ==
 
== Cause ==

Latest revision as of 19:27, 24 March 2016


Error message examples

In call to function NlpDefine, the seventh parameter, «X», should not be specified more than once.

Cause

You have specified the same parameter more than once on a function call.

The following call to NlpDefine would trigger this error:

NlpDefine(Vars: Dimensions, X: Dimensions, obj: SurfaceArea, lhs: Volume, sense: Sense, rhs: MaxVolume, X: Dimensions)

Remedies

Remove the parameter specified more than once.

See Also

Comments


You are not allowed to post comments.