Re: How to Declare an Array of Arrays in VB6
- From: "Bob Butler" <noway@xxxxxxxxxxx>
- Date: Thu, 15 Nov 2007 13:00:13 -0800
<benn686@xxxxxxxxxxx> wrote in message news:66a479aa-a782-4c50-8ee8-2de0f387da38@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thanks! I went with the Variant solution because as it turns out,
if I ever wanted to add another decade, i.e, ReDim Preserve
TestScoresDecade(1 to 20, 1 to 50), this wouldnt work. ReDim only
works if you re-dimension the second index, not the first.
You can always reverse it
Redim Preserve TestScoresDecade(1 to 50, 1 To 20)
.
- References:
- How to Declare an Array of Arrays in VB6
- From: benn686
- Re: How to Declare an Array of Arrays in VB6
- From: Bob Butler
- Re: How to Declare an Array of Arrays in VB6
- From: benn686
- How to Declare an Array of Arrays in VB6
- Prev by Date: Re: How to Declare an Array of Arrays in VB6
- Next by Date: Re: Generic SendInput samples?
- Previous by thread: Re: How to Declare an Array of Arrays in VB6
- Next by thread: Re: How to Declare an Array of Arrays in VB6
- Index(es):