On 9/8/21 4:37 PM, Alex Tweedly via use-livecode wrote:

I think that

    put [4, 5, 7] into tV

is actually equivalent to
    put 4 into tV[1]
    put 5 into tV[2]
    put 7 into tV[3]

But I'm happy to wait and try it out in the DP.

I would certainly be happier if that turns out to be the case.
Otherwise unraveling the hash would be a bit strange.

--
 Mark Wieder
 ahsoftw...@gmail.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