in reply to Re: Re: passing arguments in a dispatch table
in thread passing arguments in a dispatch table

Whats the point of declaring args in the dispatch table again? If the args are going to change between dispatch calls, then just call the dispatch ->(@args); if they arent going to change, then define defaults in the function itself.
  • Comment on Re: Re: Re: passing arguments in a dispatch table