Author Topic: Giant arrays  (Read 466 times)

If I have an array of say, 1000 15-character strings, would there be any slowness?

Tom

Looping through them would be laggy.

Looping through them would be laggy.
Thanks, I'm not thinking straight, I'm only getting on array, I forgot :)

Looping through them wouldn't lag much at all, it depends what you're doing with them within that loop.

Looping through them wouldn't lag much at all, it depends what you're doing with them within that loop.
Oh, meant to lock.

Thanks, I have a sudden addiction to arrays recently.