> On Jun 26, 2018, at 1:13 PM, Bob Sneidar via use-livecode > <[email protected]> wrote: > ... > do "put " & quote & aStackConstants [tConstant] & quote & " into " & > tConstant
Hi, Bob. If you wanted simpler code, that could be just do "put aStackConstants[ tConstant ] into " & tConstant — Dick _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
