Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    1,134

    Re: Search array in separate class ???

    There are several places to define variables: inside the class and inside a method.
    Variables defined in a method only exist while the method is being executed. They disappear when the method stops...
  2. Replies
    3
    Views
    1,134

    Re: Search array in separate class ???

    Please explain what happened.
    There aren't any class level arrays in the posted code. To access an array in another class, the array must be defined at the class level.


    Please edit your post...
Results 1 to 2 of 2