Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,980

    Re: Passing variables with void methods

    For a method to pass variables as arguments to another method, all the variables must be known and accessible to the code inside of the calling method.
    You will have to move some of the variable...
  2. Replies
    5
    Views
    1,980

    Re: Passing variables with void methods

    Can you post the full text of the error messages and the code that give the errors?
    The arguments that you pass to a method must be defined and have their values set when you call the method.
    One...
Results 1 to 2 of 2