Skip to main content

$CLASSMETHOD

$CLASSMETHOD

This function executes a named class method in the designated class. The signature is:

$CLASSMETHOD (Classname, Methodname, Arg1, Arg2, Arg3, ... )

where:

Classname

An existing class.

Methodname

A method of the class specified by the first argument.

Arg1, Arg2, Arg3, ...

A series of expressions to be substituted for the arguments to the designated method.

For more information, see $CLASSMETHOD.

FeedbackOpens in a new tab