Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    10,074

    Re: Using variables from different methods?

    Remember, you must pass the arguments to the function. It is perfectly legal to pass any type of parameter to a method so long as that method is declared to accept that type of object (see above...
  2. Replies
    3
    Views
    10,074

    Re: Using variables from different methods?

    If you want to make a local variable in one method available in another method, you must either pass it as a method parameter (you can have as many of these as you want0, or return it to the calling...
Results 1 to 2 of 2