1 Reply Latest reply on Feb 10, 2008 5:46 AM by cat4hire

    How to use an new method argument?

      I added a new argument to a method, but I didn't find the a way to use it.
      How can I use it in the method.

      Thanks,
      Guy

        • 1. Re: How to use an new method argument?
          cat4hire

          You can refer to method arguments using the special $n variables, for instance if your argument is the third, than in the method code you can refer to it as $3. Similarly, $$ is substituted to the full list of arguments.