What does this error mean??
-
- Posts: 995
- Joined: Mon Sep 26, 2005 5:41 pm
- Location: I get around...
What does this error mean??
Index was outiside the bounds of array?
-
- Posts: 565
- Joined: Wed Nov 17, 2004 8:41 am
- Location: Vancouver, BC This is where people put their modding team because they feel important.
- Contact:
![]() |
![]() |
in means something like this has happened.
Code: Select all
int Array[100];
int index=200;
Array[index]=0;
Awaiting connection...
-
- Posts: 995
- Joined: Mon Sep 26, 2005 5:41 pm
- Location: I get around...
-
- Posts: 463
- Joined: Mon Mar 28, 2005 6:32 pm