View Single Post
  #11  
Old 08-28-2008, 07:30 PM
TheStan TheStan is offline
Stan?
Join Date: May 2008
Location: U.S.
Posts: 100
TheStan is on a distinguished road
Send a message via AIM to TheStan Send a message via MSN to TheStan
Booyah!

PHP Code:
function onCreated() {
  
this.test();
}
public function 
test() {
  
temp.file = new TStaticVar();
  
temp.file.var_1 "moo";
  
temp.file.var_2 46;
  
  
with (temp.file) {
    
temp.keys getstringkeys("this.var_");
  }
  echo(
"Keys: " temp.keys);

Reply With Quote