Difference between revisions of "Error Messages/41244"

(Created page with "= Example Error Message = Can only close modules. = Cause = In typescript, or in a model file, you have executed a command such as: Close M but <code>M</code> is the ident...")
 
 
Line 1: Line 1:
= Example Error Message =
+
[[Category: Error messages]]
  
Can only close modules.
+
== Example error message ==
  
= Cause =
+
:<code>''Can only close modules.''</code>
  
In typescript, or in a model file, you have executed a command such as:
+
== Cause ==
  
Close M
+
In [[typescript]], or in a [[Examining a Model|model]] file, you have executed a command such as:
  
but <code>M</code> is the identifier of something other than a Module object.  For example, it might be a variable object.
+
:<code>Close M</code>
 +
 
 +
but <code>M</code> is the [[identifier]] of something other than a [[Modules and Libraries|Module]] object.  For example, it might be a [[Classes of variables and other objects|variable object]].
 +
 
 +
==Remedy==
 +
Specify the [[identifier]] of a module as the input parameter to your command.
 +
 
 +
==See Also==
 +
* [[Typescript]]
 +
* [[Examining a Model]]
 +
* [[Modules and Libraries]]
 +
* [[Objects and Values]]
 +
* [[Classes of variables and other objects]]
 +
* [[Identifier]]

Latest revision as of 19:06, 12 April 2016


Example error message

Can only close modules.

Cause

In typescript, or in a model file, you have executed a command such as:

Close M

but M is the identifier of something other than a Module object. For example, it might be a variable object.

Remedy

Specify the identifier of a module as the input parameter to your command.

See Also

Comments


You are not allowed to post comments.