Search:

Type: Posts; User: WhiteSoup12

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,697

    Re: Not sure where the error is coming from

    That is the source of the error. Per my post above, i is out of bounds because it is being set to the length of the type array rather than being set incrementally through the for loop.
  2. Replies
    6
    Views
    1,697

    Re: Not sure where the error is coming from

    The text in red needs to be removed. Your for loop is moving through i (which starts at 0) incrementally. When you set i to the length of the type array, you're messing up that for loop.
Results 1 to 2 of 2