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