out of bounds means that you have tried to get an index out of an array that doesn't exist, not that it is out of bounds as in your not allowed to access it.
Your probably doing something like this:
Dim myArray(10)
myArray(15) = 20
This is called out of bounds because the array 'myArray' only has 10 places 0,1,2,3,4,5,6,7,8,9 and so there is no place to put the value 20 into position 15
Level Maker 3D: www.levelmaker3d.co.uk/levelmaker3D.asp
DarkBasic Professional Editor: www.levelmaker3d.co.uk/ide.asp
also: www.levelmaker3d.co.uk/KrazyKarts/ & www.DigitalOmega.Net