0301

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.