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>c1007 function does not end with return</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C1007   Function does not end with RETURN

     Explanation:  You have defined a function that ends with a statement
     other than RETURN.  This warning can occur if you have specified a
     statement earlier in the function definition or there is no RETURN
     statement in the function definition.  In the case where you haven't
     specified a RETURN statement, the compiler generates NIL as the default
     return value.

     Action:  Check first to see if there is a RETURN statement anywhere
     in the function definition and add one if there isn't.  If you have
     specified one or more RETURN statements within the function, add a
     RETURN NIL to the end of the function definition.

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