Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 6302 parameter can only be a variable http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6302                Parameter can only be a variable
------------------------------------------------------------------------------
 Description
   This error occurs when a constant or an expression's result is passed
   to a function that receives this parameter by reference. The parameter
   in this case must be a declared variable. An expression, e. g. iNum + 3,
   can not be specified for the parameter.

 Solution
   Declare a variable that stores the passed value. Alternatively, use the
   const or value modifiers to pass an expression to a procedure or function.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson