Error Messages/40713
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.
Loading comments...
Comments
<comments />