While debugging a JScript program, a call to a method that takes parameters by reference was entered into the Command Window. This is not allowed since by reference parameters can change the values of variables.
To correct this error
-
Make sure that only methods that do not take parameters by reference are called from the Command Window.