View Single Post
  #3  
Old 07-01-2006, 12:39 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
How about this?

PHP Code:
function onCreated()
  {
  
temp.rank createSubObjectgang_Test"rank." );
  }

function 
createSubObjectobjstrPart )
  {
  
temp.oobj = new TStaticVar();
  
temp.vars getObjKeysobjstrPart );
  for ( 
temp.var: temp.vars )
    
makevar"temp.oobj."temp.var ) = makevar"obj.rank."temp.var );
  return 
temp.oobj;
  }

public function 
getObjKeysobjstrNeedle 
  { 
  if ( 
obj.type() != )
    return 
getstringkeysobj );

  
temp.vars obj.savevarstoarrayfalse ); 
  for ( 
temp.var: temp.vars 
    if ( 
temp.var.startsstrNeedle ) ) 
      
temp.keys.addtemp.var.substringstrNeedle.length(), temp.var.pos("=") - strNeedle.length()) );

  return 
temp.keys;
  } 
Reply With Quote