by Anonymous >> Thu, 22 Sep 2005 1:10:01 GMT
Hi,
Just a quick question.
To implement 2 d arrays in jade I assume you use the Object array (Row Array) to contain the secondary array?
My question is what would be quicker.
Iterate through a collection populating a 2d string array with values to use for reporting. (Each row in the array is a row in a report (detail frame)).
Or populate a dynadictionary with the objects in collection and use that to generate the report.
Less time spent iterating through the original collection the better.
Troy