[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C1002   Procedure returns value

    Problem:  A RETURN statement with a return value was specified
    within a procedure definition. In Clipper, function definitions may
    return values but procedure definitions may not.  If a return value is
    specified within a procedure definition, this warning is generated and
    the specified value is returned in the same way as for a function
    definition.

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson