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 - 6303 local variable used in get http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6303                Local variable used in get
------------------------------------------------------------------------------
 Description
   This warning occurs when a get command references a local variable.
   In this case any read command performed on the get in question must be
   issued within the scope of the local variable.

 Solution
   Ensure that the corresponding read command can access the local get
   variable, or redeclare the variable as static or public. The warning
   message may be turned off through the #pragma W_GET_LOCAL- directive,
   or with the -W compiler switch.

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