Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Class(y) - <b>method procedure</b> http://www.X-Hacker.org [<<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]

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