[thelist] re: Array problems in ASP

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Sat Nov 6 19:00:31 CST 2004


	Echo that.

-----Original Message-----
From: thelist-bounces at lists.evolt.org On Behalf Of Ian Feavearyear

When using dynamic arrays you may be better off using the dictionary
object - redimming all the time is supposed to be very inefficient. 
Otherwise, even though you use the redim, you can set the array to a
large number initially and only redim it if it proves insufficient -
say, every 10th, 100th, 500th, etc. iteration. If you want to move a
recordset into an array you definitely need GetRows though
-- 




More information about the thelist mailing list