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>base/1003 undefined variable</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BASE/1003    Undefined variable

     Explanation:  You specified a variable that does not exist or is not
     visible.

     Action:

     1. If you specified a database field, make sure you opened the
        appropriate database file and selected the appropriate work area.  If
        you don't want to select another work area, preface the field
        variable reference with the target work area alias.

     2. If you specified a private or public variable, make sure you created
        the variable using either a PRIVATE or PUBLIC statement.

     3. If you specified a local or static variable reference within a macro
        variable, rearrange the code to refer to the variable directly (local
        and static variables are not visible within macro variables).

     The /W compiler option is useful in finding mispelled or incorrectly
     specified variable references.

     See Also:  Basic Concepts chapter in the Programming and Utilities
     guide

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