Error Messages/40240

< Error Messages
Revision as of 00:11, 25 September 2009 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Message Examples

In call to Function SortIndex, the first parameter, D, is missing, but is not optional.
In call to Function Unique, the second parameter, I, is missing, but is not optional.

Cause

This is a lexical error -- meaning it is detected when parsing an expression (as opposed to an evaluation error, which is detected while evaluating an expression).

You've entered a call to the indicated function, but have omitted a required parameter.

Remedy

Specify the missing parameter.

Examples

If you encountered a case that was hard to figure out, describe it here -- it may help other people later.


You are not allowed to post comments.

Comments
<comments />