Mike Bonner wrote:

> I had no clue you could do that!  Thank you!
>
> On Thu, Apr 26, 2018 at 8:43 AM, Brian Milby via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
>> on mouseUp
>>    put "answer" into tA["firstkey"]["secondkey"]
>>    put "firstkey" into tPath[1]
>>    put "secondkey" into tPath[2]
>>    put tA[tPath]
>> end mouseUp

I'm not entirely sure why it works, but it appears to.

tPath is a flat array - what is the logic of treating flat arrays as sequential substitutes for depth queries?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to