fark
10-15-2003, 09:45 AM
Is there an easy way to count the number of items in an array (without looping through it and running a counting variable). Like a built in funtion? I looked at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctarray.asp
and didn't see anything.
Temp= Split(Input, "&", -1, 1)
I want to count how many items are stored in temp.
Split returns an array like I had written
Temp=Array(10,20,30)
I tried Temp.count and it didn't seem to work
Thanks for your help.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctarray.asp
and didn't see anything.
Temp= Split(Input, "&", -1, 1)
I want to count how many items are stored in temp.
Split returns an array like I had written
Temp=Array(10,20,30)
I tried Temp.count and it didn't seem to work
Thanks for your help.