Error Messages/40713

< Error Messages
Revision as of 19:49, 2 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The parameter declared with a List qualifier cannot also be qualified with the repeated (...) qualifier. = Cause = In a [[User-Defined_Functions|UD…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Error Message Examples

The parameter declared with a List qualifier cannot also be qualified with the repeated (...) qualifier.

Cause

In a UDF, you have declared a parameter with both List and ... qualifiers which is not allowed.

The List qualifier is used when a null-indexed dimension is expected, and the function does not want array abstraction it iterates over. Please click on the following link to learn more about List parameter qualifier.

Any parameter qualified by the repeated (...) qualifier accepts one or more parameter of the type. Please click on the following link to learn more about ... parameter qualifier.

Remedies

The easiest fix is to run the Analytica Installer, which will replace the mentioned dll file and also fix the corrupted registry setting.



You are not allowed to post comments.

Comments
<comments />