Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Easy Question on 2-Dimensional ArrayList


Message #1 by "Thomas Fuller" <tfuller@g...> on Thu, 11 Jul 2002 15:10:50
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

  Return to Index