Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Building Array Names

Status
Not open for further replies.

sarr

Programmer
Oct 4, 2000
8
0
0
US
I would like to build a dynamic array with dynamic array
names like this.

myarray1 = array(10,20)
myarray2= array(30,40)
myarray3= array(50,60)

How to build the dynamic array name.. like this. Is it possible using a loop?


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top