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 (i = 0; i < clientr.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