Mark Swindell wrote:
If a field contains the name of a variable gMyNumber, how can I place something into that variable circuitously, referencing it not directly, but via its name residing in the field?

Example:
Put 54 into (variable (word 1 of field 1)), where word 1 of field 1 contains the name of a global variable gMyNumber.

"Do" is your friend:

  put word 1 of fld 1 into myVar
  do "put 54 into" && myVar


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to