Error Messages/40230
Error Message Examples
Error encountered in the parameter declaration for Function Square while checking:
(X: numbe)
^
The parameter list contains an unknown qualifier or identifier, "NUMBE"
Do you want to edit the Parameters for Square?
Cause
The parameter declaration for a UDF contained an unknown qualifier or identifier. You may have made a typo while spelling a qualifier or an identifier.
Please click on the following link to learn more about function parameter qualifiers.
Remedies
Correct the unrecognized parameter in the parameter declaration.
Comments
<comments />
Enable comment auto-refresher