I have been trying to get the example in the Rev documentation to work in my script:

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

it won't "Apply". It gives me a bad destination error.

it works fine with things like field names, but not variables.

I have 10 buttons that I want to use to save or recall info from ten sets of arrays. I just wanted to write one script to do the work instead of duplicating the script ten times in each button with just the number after the variable name different (the ten button work a bit like radio buttons). However, I can't figure out how to do this in Rev if the above method will not work.

Any Ideas?

Dennis

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to