0303

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:

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.