make_with

make_with(handler_name, nargs) copy to clipboard

Make a new XHandler instance specifing the name of the handler and the number of arguments

A XHandler instance is a script object to call a specified handler. The handler to be called can have positional parameters. Handlers which have labal parameters is not supported.

Parameters
Result

script object