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

Reply via email to