0303

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:

Illegal pass by reference to user defined function

Cause:

Attempted to pass a literal to a user-defined function when the function was expecting a variable.

Remedy:

Pass a variable or remove the ampersand (&) from the function's Def statement.