Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: ArrayList


Message #1 by "Ben Densmore" <ben_densmore@e...> on Tue, 26 Nov 2002 14:54:03 -0500
Is there a way to get the length of an Array list?  I tried using Length
but it doesn't seem to work.

 

Thanks,

Ben 

 

 


Message #2 by "Gerry Crowe" <gerry@g...> on Tue, 26 Nov 2002 22:50:21 -0000
> Is there a way to get the length of an Array list?  I tried using Length
> but it doesn't seem to work.

Length should work for one dimensional arrays. If it's multidimensional, use
GetLength(x), where x = the dimension you're checking

Gerry


  Return to Index