Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,159

    Re: Problem with scope, please help!

    Where is the variable defined that is out of scope? Is it defined local to a method?
    Move it out of the method to the class level.
  2. Replies
    5
    Views
    1,159

    Re: Problem with scope, please help!

    Move the variable into scope or make a copy of it that is in scope.
  3. Replies
    5
    Views
    1,159

    Re: Problem with scope, please help!

    What do you want done at that location?
Results 1 to 3 of 3