LiveCode 10 - what are your thoughts on the new features?
Mark Wieder
ahsoftware at sonic.net
Thu Sep 9 11:47:27 EDT 2021
On 9/8/21 10:40 PM, Mark Waddingham via use-livecode wrote:
> put [1, 2, 3] into tVar2
>
> is equivalent to:
>
> put 1 into tVar2[1]
> put 2 into tVar2[2]
> put 3 into tVar2[3]
That's still ambiguous, though. Is
put [4, 5, 6] into tVar2
equivalent to
put 4 into tVar2[1]
put 5 into tVar2[2]
put 6 into tVar2[3]
or
put 4 into tVar2[4]
put 5 into tVar2[5]
put 6 into tVar2[6]
--
Mark Wieder
ahsoftware at gmail.com
More information about the use-livecode
mailing list