Pat

I am storing my saved file as an XML file.
I restore the variable name into tglobal, restore the value into avar, then :

do "put avar into" && tglobal 

The do statement also works for an array variable, but I do a loop
first putting each value into avar[tKey] where tkey is each (stored)
key name

Martin


On 10/06/05, Pat Trendler <[EMAIL PROTECTED]> wrote:
> Martin,
> Yes, it certainly wouldn't work in your example. The global would have to
> exist in the first place to have a value even if it was empty.
> 
> I'm interested in how you are using 'do' here. Is the saved file a rev stack
> with the globals stored as custom properties, or is it a txt file. How do
> you use the 'do'?
> 
> Pat
> [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to