[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD PROCEDURE
 Begin definition of a method (no return value)
------------------------------------------------------------------------------

 Syntax:

    METHOD PROCEDURE <method name> [( [<parameter list>] )]

 Arguments:

    <method name> is the name of the method being defined.  It must be
    a valid Clipper function name.

    <parameter list> is the optional list of parameters expected by the
    method.  If included, it must be surrounded by parentheses.

 Description:

    This command is used to begin the definition of a method which has no
    return value (or perhaps more accurately, a return value of NIL).  In
    this respect, it is similar to a normal Clipper procedure.  For a more
    complete description, see METHOD FUNCTION.

See Also: METHOD [FUNCTION]
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson