Error Messages/40243
Error Message Examples
You may not use the "ascending" or "descending" qualifier for a parameter specified as atomic.
Cause
The UDF declaration uses the "ascending" or "descending" parameter qualifier for a multidimensional variable which is not allowed. The following function parameter declaration would trigger this error:
Parameter = (X: number ascending [I, J]; Index: I, J)
Please visit the following link for more information on function parameter qualifiers.
Remedies
Remove the "ascending" or "descending" parameter qualifier from the function parameter declaration for multidimensional parameters.
Loading comments...
Comments
<comments />