Question How do i Declare a multi dimensional array with out know how many dimensions i need

ghostpally

Member
Joined
Jan 19, 2008
Messages
23
Programming Experience
Beginner
So pritty my how do i delcare any array with out know how many dimensions i need

say the user pluged in 2 in the txt box then the array would be

dim array(,) as int

or they pluged in 3
dim array(,,) as int
and ect ect
but i want them to be about to go up with no limations how could i go about this. i had someone show me once i just cant find it
 
Back
Top