Behaviors not honoring script local variables??

Bob Sneidar bobsneidar at iotecdigital.com
Wed Jun 27 18:53:33 EDT 2018


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 <use-livecode at lists.runrev.com> wrote:
> 
>> 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
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list