0301: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|0301
|0301
|[[Def]] conflict number of [[parameters]]
|[[Def]] conflict number of parameters.
|[[User defined function]] parameters do not match the parameter list in the Def [[statement]].
|[[User defined function]] parameters do not match the parameter list in the Def [[statement]].
|Ensure that the [[variable]] in the user function are of the same type ([[numeric]], [[string]], [[array]], etc) as those in the Def statement.
|Ensure that the [[variable]] in the user function are of the same type ([[numeric]], [[string]], [[array]], etc) as those in the Def statement.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 21:56, 18 July 2013

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.