Error Number: | 0301 |
Description: | DEF conflict number of parameters |
Common Causes: |
User defined function parameters do not match the parameter list in the DEF statement. |
Common Solutions: |
Ensure that the variable in the user function are of the same type (numeric or character) as those in the DEF statement. |
Notes: |
It's also common for someone to forget to update the library/core when adding paramaters to a function, check there and anywhere else that the function gets redirected. |
ACS Help Home | Error Documentation Home |