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 - 6305 local variable in filter/relation expression http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 6305                Local variable in filter/relation expression
------------------------------------------------------------------------------
 Description
   This warning is issued when a local variable occurs in an expression used
   with the set filter to or set relation to commands.

 Solution
   Redeclare the variable as static or public. In fact, filter and relation
   expressions may contain local variables as long as file operations
   making use of these settings are performed with in the routine which
   defined the local variable. In such a case the warning may be ignored,
   and suppressed by the #pragma W_INIT_LOCAL- directive, or the -W
   compiler switch.

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