how to name vairables with a loop?

clowns119

Member
Joined
Feb 17, 2005
Messages
8
Programming Experience
1-3
hello all. I have several arrays like this;

Boxes1(13)
boxes2(13)
boxes3(13)
boxes4(13)

Is their an easier way to express this? or some way to enumerate the arrays with a number with a for loop? I cannot figure it out. any help would be appreciated. Thanks.

Justin
 
Back
Top