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>c1004 ambiguous variable reference, assuming memvar</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C1004   Ambiguous variable reference, assuming memvar

     Explanation:  You made a reference to an undeclared or unaliased
     variable when compiling with the /W option, but the context of the
     program indicated that a MEMVAR declaration could be assumed.  This
     warning usually follows a "C1003 Ambiguous variable reference" warning
     message.

     Action:  In general, declare all variables used in a procedure or
     function.  If the variable is a database field, specify the variable
     prefaced by the work area or FIELD -> alias, or declare it within a
     FIELD statement.

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