Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.17 seconds.

  1. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    Again, you need to post an SSCCE that demonstrates the error. Do you really get that error while running a debugger? What debugger are you using? What editor? Have you tried following the advice in...
  2. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    Take a look at your for loop. Notice how it ends in a semicolon, which means that you do nothing in each iteration of the loop, and then exit that loop. After you exit the loop, you try to set...
  3. Replies
    8
    Views
    1,421

    [SOLVED] Re: error while creating a "clear" method

    Can you post an SSCCE demonstrating what you're trying?
Results 1 to 3 of 3