Behaviors not honoring script local variables??

Dick Kriesel dick.kriesel at mail.com
Wed Jun 27 02:25:58 EDT 2018


> On Jun 26, 2018, at 1:13 PM, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> 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



More information about the use-livecode mailing list