Thread: Savevars
View Single Post
  #5  
Old 02-23-2007, 09:40 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by xXziroXx View Post
Try echoing temp.newData.getDynamicVarNames() right before it saves it and see what it outputs?
Weird, it's not producing anything. How bizarre

HTML Code:
makevar(temp.("newData." @ temp.currentFlag)) = makevar("this." @ temp.currentFlag); 
HTML Code:
temp.newData.( @ temp.currentFlag) = makevar("this." @ temp.currentFlag); 
Works, how weird.

Last edited by Chandler; 02-23-2007 at 09:53 PM..
Reply With Quote