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.
Cause
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.
Remedies
Change the identifier in the expression to a value or identifier that is allowed in the expression.
Comments
<comments />
Enable comment auto-refresher