Replacing GlobalNames with Global Values

Roger Guay irog at mac.com
Mon Feb 11 16:43:05 EST 2019


Hi all,

I can’t seem to come up with a succinct way of doing this:

I have a mathematical expression such as

 gGlobal1*gGlobal2/cos(gGlobal3) = SomeValue

and I want to replace the global names with the values previously saved to those Globals so as to show the entire expression with individual global values filled in, e.g. 

number1*number2/cos(number3) = SomeValue



I would appreciate your help.

Thanks,
Roger


More information about the use-livecode mailing list