0301
|
Summary: |
Def conflict number of parameters |
|---|---|
|
Cause: |
User defined function parameters do not match the parameter list in the Def statement. |
|
Remedy: |
Ensure that the variable in the user function are of the same type (numeric, string, array, etc) as those in the Def statement. |