Error Messages/41244
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
Enable comment auto-refresher