View Single Post
  #1  
Old 10-21-2006, 07:19 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Help With For();

I am making a QMenu that gets its information from an ItemLib.

Lets say I have clientr.items= 421,320,52. I would use
PHP Code:
for (0clientr.items.size(); i++) 
How would I make it so I can use for(); with something such as:
clientr.item_421
clientr.item_320
clientr.item_52

Without having to have clientr.items
Reply With Quote