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>c2006 statement not allowed outside procedure or function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2006   Statement not allowed outside procedure or function

     Explanation:  You specified a statement other than a FIELD, MEMVAR,
     or STATIC before the first PROCEDURE or FUNCTION statement and the
     current program file (.prg) was compiled with the /N option.

     Action:  Remove the erroneous statement or move it inside the
     appropriate procedure or function definition.  Alternatively, compile
     without the /N option to force the compiler to automatically generate a
     procedure definition with the same name as the program file (.prg).

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