View Single Post
  #2  
Old 03-16-2010, 07:32 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I use getstringkeys personally.

PHP Code:
for (temp.itemgetstringkeys("clientr.item.")) {
  
temp.itemvarname "clientr.item." temp.item;

On Zodiac our item values are stored in variables: clientr.item-Itemname so the function ends up looking like: getstringkeys("clientr.item-"); so it's not limited by dot notation in that sense.
__________________
Quote:
Reply With Quote