From: Scott A. L. <sc...@sc...> - 2000-11-07 05:06:17
|
After Robert mentioned it, I can think of no good reason for maintaining an all[] and allID[] array. I don't think there's enough benefit to justify having both. As he suggested, the dyndocument could just as easily keep a numeric count as DynLayers are added and removed. This would also remove potential memory leaks and speed things up a bit. Unless someone has other ideas, I would suggest removing the numeric all[] and replace it with allID, renaming it to all[], of course. ------ Scott Andrew LePera DHTML / Scripting / CGI and other neat stuff sc...@sc... http://www.scottandrew.com |