Multidimensional array issue

Sean Cole (Pi) sean at pidigital.co.uk
Tue Mar 9 11:22:53 EST 2021


You might also want to make use of the 'strictly' keyword in case there are
any nested arrays in your base array. Your use case may not venture that
far but it is maybe worth just applying it anyway.

*put* (atest is strictly an array)

Sean

On Tue, 9 Mar 2021 at 16:09, Sean Cole (Pi) <sean at pidigital.co.uk> wrote:

> *put* empty into atest["test1"];
>
> *put* 1 into atest["test2"];
>
> *put* 3 into atest["test3"]["test3.1"];
>
> *put* (atest is an array) , (atest["test1"] is an array) , (atest["test2"]
> is an array) , (atest["test3"] is an array)
>
>
> true,false,false,true
>
>
> Seems fine to me.
>
> Sean
>



More information about the use-livecode mailing list