View Single Post
Old May 25th, 2006, 11:35 AM   #10
chillypacman
Newbie
 
Join Date: Mar 2006
Posts: 21
Rep Power: 0 chillypacman is on a distinguished road
yeah, I just added an extra index to both arrays so it accounts for spaces.

What it was doing before when it reached spaces was incrementing them until it broke the index bounds since there was no condition that would work within the loop to stop it from doing that...
chillypacman is offline   Reply With Quote