Delete the first entry of an array.
Alex Tweedly
alex at tweedly.net
Fri Mar 25 19:00:33 EDT 2016
On 25/03/2016 08:03, Peter TB Brett wrote:
> Hi Peter,
>
> LiveCode arrays are actually dictionaries (more like JavaScript
> objects than JavaScript arrays). There aren't currently any push/pop
> syntax for LiveCode arrays.
>
> ...
> I hope that's helpful.
>
> Would anyone be interested in a Feature Exchange for adding some new
> array operators (such as push and pop) to the language?
>
> Peter
>
How about a Feature Exchange for adding arrays ? (i.e. not
dictionaries, but actual arrays with numeric indices and linear access
times)
-- Alex.
More information about the use-livecode
mailing list