|
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...
|