Error Messages/42998

< Error Messages
Revision as of 22:49, 24 July 2025 by Lchrisman (talk | contribs) (Created page with "== Example Error Message == :Lexical error at line 1: :<code>IndexLength( ['a', 'b', 'c' ] )</code> :<code>           &n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Message

Lexical error at line 1:
IndexLength( ['a', 'b', 'c' ] )
             ↑
Expected an index identifier for «I», the first parameter of IndexLength.

Description

The parameter expects an index identifier. This can be a single identifier such as Month, or it can be a local index syntax such as Projections.Month. In the above example it is neither -- it is a list. For that case, the function Size could be used instead.

Comments


You are not allowed to post comments.