Error Messages/40240


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.

See Also

Comments


You are not allowed to post comments.