Quote Originally Posted by Charlie View Post
... It's almost as if the array provides a window on memory...

Not almost, it definitely does.

When you write beyond array allocated space, you could be overwriting your own variables, system variables, or if you're lucky, unused space.

Robert