aspx_beginners thread: ArrayList
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
> 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
|





