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>c2042 invalid lvalue</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2042   Invalid lvalue

     Explanation:  You specified a value on the left side of an
     assignment operator that is not a valid identifier.  Only identifiers
     can be assigned values or references.

     The error could happen if you attempted to use the inline assignment
     operator (:=) when you intended to use the compare operator (==), or it
     may be a more obvious error (e.g., 5 := y + 10).

     Action:  Correct and recompile.

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