Quote:
Originally Posted by xXziroXx
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.