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 [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
