0303: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

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.