cfisher440
Well-known member
- Joined
- Oct 11, 2005
- Messages
- 73
- Programming Experience
- 1-3
How would I create a series of arrays (each one needs a different name) based off an integer value?
Example.
If the integer value is 3 then create arrays
r1, r2, r3 as string() = new string() {}
so if value is five then create r1, r2, r3, r4, and r5.
How would I programmatically do this?
Example.
If the integer value is 3 then create arrays
r1, r2, r3 as string() = new string() {}
so if value is five then create r1, r2, r3, r4, and r5.
How would I programmatically do this?