Thread: Array Index Out Of Bounds [PI Cleaned]

Results 1 to 1 of 1
  1. #1 Array Index Out Of Bounds [PI Cleaned] 
    Registered Member
    Join Date
    Nov 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    [SPOIL]
    Code:
    if(class18.anIntArray342[i3] != 0) {
    						for(int l3 = i3 - 1; l3 > k2; l3--) {
    							if(class18.anIntArray342[l3] != 0)
    								continue;
    							ai[l2] = l3;
    							ai1[l2] = 0;
    							ai2[l2] = 0;
    							ai3[l2] = 0;
    							l2++;
    							break;
    						}
    					}
    [/SPOIL]

    Spoiler for Error Image:
    ]


    I realize that my Arrays need to be increased, but any help on where to do that here in this code?
    Last edited by Java-; 07-18-2013 at 09:31 AM. Reason: Edited Code
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Array index out of bounds [PI]
    By vince95 in forum Help
    Replies: 2
    Last Post: 06-26-2013, 06:26 AM
  2. Array index out of bounds.
    By nathanrr44 in forum Help
    Replies: 9
    Last Post: 04-10-2012, 09:56 PM
  3. index out of bounds exception
    By kopjekoffiee in forum Help
    Replies: 0
    Last Post: 06-29-2011, 09:41 PM
  4. Index Out of bounds exception
    By discipl3 in forum Help
    Replies: 0
    Last Post: 11-17-2009, 10:19 PM
  5. Array Index Out of Boudns HELPPP!
    By Torture in forum Help
    Replies: 0
    Last Post: 03-30-2009, 07:52 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •