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.3 . Error Messages - <b>c1002 procedure returns value</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C1002   Procedure returns value

     Explanation:  You specified a RETURN statement with a return value
     within a procedure definition.  In CA-Clipper, function definitions may
     return values but procedure definitions may not.  If you specify a
     return value within a procedure definition, the compiler generates this
     warning and the runtime system returns the specified value in the same
     way as for a function definition.

     Action:  Change the declaration from PROCEDURE to FUNCTION, or
     remove the return value from the erroneous RETURN statement.

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