Out of Bounds formatex
I'm making a stupid mistake, but I can't figure out what it is.
Code:
Run time error 4: index out of boundsPHP Code:
|
Re: Out of Bounds formatex
PHP Code:
|
Re: Out of Bounds formatex
The function I'm passing it to requires ItemsNames to be two-dimensional -- sometimes I pass in more than one name (NumItems).
PHP Code:
PHP Code:
|
Re: Out of Bounds formatex
Try new ItemsNames[2][33], not logical but your error is weird.
|
Re: Out of Bounds formatex
Hmm, it still went out. I'm also only putting one letter into WriteTitle in an attempt to make it as small as possible.
PHP Code:
Heh, even made it [1][3300] and it still went out of bounds. Edit: I think it must be the that WriteTitle is somehow going out of bounds because of the value that's in Data[0], but that should be the player's index... PHP Code:
Thanks for your help guys. |
Re: Out of Bounds formatex
Quote:
Quote:
PHP Code:
|
Re: Out of Bounds formatex
Quote:
|
Re: Out of Bounds formatex
Quote:
|
| All times are GMT -4. The time now is 15:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.