Mark,

I can't, because the array variables I want to save are already multi-dimensional keyed arrays. Otherwise I would save them as custom properties somewhere.

Dennis

On May 1, 2005, at 8:39 PM, Mark Talluto wrote:


On May 1, 2005, at 4:56 PM, Dennis Brown wrote:

global gVariable1
on test
  put 1 into x
  put 50 into ("gVariable"&x)
end test

How about:

 put 1 into x
 put 50 into gVariable[x]


Mark Talluto -- CANELA Software http://www.canelasoftware.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to