Threaded View
-
18 Apr 2007 10:13 AM #1
Looping through a DataStore
Looping through a DataStore
Having set up a datastore, how does one loop through, accessing all the elements e.g. given
Code:for(var i=0;i<ds.getTotalCount();i++){ .... }


Reply With Quote