View Single Post
  #2  
Old 05-11-2007, 06:37 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Chandler View Post
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);
}
Why do you do:

PHP Code:
for (temp.currentItemtemp.itemAmount)
{
  
addrow(w/e heretrue);

when this is the exact same thing?

PHP Code:
for (currentItemtemp.itemAmount)
{
  
addrow(w/e heretrue);

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote