Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>c2009 invalid use of @ (pass-by-reference) operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2009   Invalid use of @ (pass-by-reference) operator

     Explanation:  You applied the pass-by-reference operator (@) to an
     array element or a variable explicitly declared with the FIELD
     statement.  The CA-Clipper runtime system passes both array elements and
     field variables by value in all cases.

     Action:  If you applied the @ operator to a field variable, pass the
     field by value.  Fields have global scope, so there may no reason to
     pass the field at all.

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