Selecting a range within an array?

Dar Scott dsc at swcp.com
Wed Apr 7 18:39:55 EDT 2004


On Wednesday, April 7, 2004, at 04:32 PM, Glen Bojsza wrote:

> 3,1
> 4,1
> 1,1
> 2,1
>
> What constitutes this order?

It is probably the flattening of the tree build with the insertions.  
When you iterate over this, test the items and see if they meet your 
subarray criteria.

>
> How can I empty an array?

The value empty is equivalent to an empty array.

put empty into a

Dar Scott



More information about the use-livecode mailing list