Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    612

    Re: ArrayIndexOutOfBoundsException Yelp!

    Try changing the loop indexes' names. For example change i to srcIndx and j to trgtIndx and see if the code looks right and works with those names.
  2. Replies
    3
    Views
    612

    Re: ArrayIndexOutOfBoundsException Yelp!

    Can you copy and paste here the full text of the error message showing the statement number and the value of the bad index?


    Add a print statement that prints out the value of the index so you...
Results 1 to 2 of 2