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);}