Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    826

    Re: Readable array from another method

    Does the term: class variable mean static? How is a variable defined at the class level vs inside a method described? I've been using the terms: class variable and method variable to mean the scope...
  2. Replies
    5
    Views
    826

    Re: Readable array from another method

    Make the array a class variable so all methods in the class can access it.
Results 1 to 2 of 2