[thelist] re: Array problems in ASP

Ian Feavearyear ianfusa at gmail.com
Sat Nov 6 18:32:53 CST 2004


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