0301

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.