View Single Post
  #4  
Old 06-02-2007, 11:05 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
files - locations of lists...
lists - variables of concern...

What I see is this:

a) lists[ i ] is with respect to files[ i ] here... What you'd have to do is just:
PHP Code:
 for ( temp.var: list )
  
obj.(@ temp.var ) = item.(@ temp.var ); 
b) Variables might be reserved.
Reply With Quote