Search:

Type: Posts; User: andreas90

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    4,278

    [SOLVED] Re: Array Index out of bounds Exception

    Go to Thread Tools and then Mark this thread as solved.
  2. Replies
    4
    Views
    4,278

    [SOLVED] Re: Array Index out of bounds Exception

    Hello Tohtekcop!


    for ( i = 0; i < myScore.length; i++);



    You accidentally(?) added semicolons after the for statement in the last two for loops. These may have caused the Exception.
Results 1 to 2 of 2