Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    942

    Re: Index out of bounds exception. Need help.

    Look at line 37 in the code and see why it was using an index past the end of the array.
    Remember array indexes range in value from 0 to the array length-1;
  2. Replies
    5
    Views
    942

    Re: Index out of bounds exception. Need help.

    Did you look to see what you had done to it?

    Where is the error message?
  3. Replies
    5
    Views
    942

    Re: Index out of bounds exception. Need help.

    Please copy the full text of the error message and paste it here. It has important info about the error.

    Please fix the formatting of the code. The {}s are poorly placed making the code very to...
Results 1 to 3 of 3