Error Messages/40243
< Error Messages
Revision as of 18:50, 1 February 2010 by AManandhar (talk | contribs)
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 parameter defined as atomic which is not allowed. The following function parameter declaration would trigger this error:
Parameter = (X: atomic descending)
Please visit the following link for more information on function parameter qualifiers.
Remedies
Remove the "ascending" or "descending" parameter qualifier or the "atomic" parameter qualifier from the function parameter declaration.
Comments
<comments />
Enable comment auto-refresher