View Single Post
  #14  
Old 10-17-2009, 01:18 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Well, associative arrays would be a nice thing to have, eh? You are not bound to arrays though. Why don't you just use multiple static vars? You could even combine them in a bigger one, like this:
PHP Code:
temp.core = new TStaticVar();
temp.core.= new TStaticVar();
temp.core.= new TStaticVar();

temp.core.a.name "blah";
temp.core.b.name "bleh"
And so on.
Reply With Quote