aspx_professional thread: Easy Question on 2-Dimensional ArrayList
Not sure why but I?m having problems getting a 2 dimensional array
initialized, someone please help! The code follows:
Dim aryCustom(,) As ArrayList
aryCustom(0, 0).Add("CollCode")
aryCustom(0, 1).Add("Collateral Code")
aryCustom(1, 0).Add("Description")
aryCustom(1, 1).Add("Description")
aryCustom(2, 0).Add("SecUnsec")
aryCustom(2, 1).Add("Secure")
Thanks All - Tom
|





