0303
		
		
		
		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. |