Thread: Copying Vars
View Single Post
  #3  
Old 10-28-2010, 12:59 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Passing TStaticVars to this would work at a basic level.

PHP Code:
function stealValues(ab) {
  
temp.keys a.getdynamicvarnames();
  for (
temp.keytemp.keys) {
    
b.(@temp.key) = a.(@temp.key);
  }

__________________
Quote:
Reply With Quote