Error Messages/40814


Error message examples

 'Profits' is the identifier of a Module, which is not allowed here in an expression. Check the
 spelling of the identifier -- perhaps you intended to name a variable with a similar identifier.

 'Repeat' is the identifier of a Command, which is not allowed here in an expression.  Check the
 spelling of the identifier -- perhaps you intended to name a variable with a similar identifier.

Cause

In the first example, you have used an identifier of a module in an expression where it is not allowed. You could have made a typo while naming another variable. You may have also thought you named a variable Profits, but it was given the name Profits1 because you already had a module named Profits. So examine the identifier of the variable you think may be named Profits.

In the second example, Repeat is the name of a built-in command. If you created a variable titled Repeat, it was probably given the identifier Repeat1 to avoid a collision with the already-existing built-in reserved word Repeat.

Remedies

Change the identifier in the expression to a value or identifier that is allowed in the expression.

See Also

Comments


You are not allowed to post comments.