You know you are right. I just noticed that. That syntax of mine should not have even worked LOL! Talk about a forgiving interpreter!
Bob S > On Jun 26, 2018, at 23:25 , Dick Kriesel via use-livecode > <[email protected]> wrote: > >> 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 _______________________________________________ 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
