View Single Post
  #1  
Old 05-11-2007, 06:33 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
hmm easier to do
HTML Code:
//Do the basic row thing stuff here

temp.itemAmount = getstringkeys("clientr.imgstore").size();
for (temp.currentItem: temp.itemAmount)
{
  addrow(w/e here, true);
}
Hope this helps!
Reply With Quote