Question about keys

Alex Tweedly alex at tweedly.net
Mon Aug 1 02:40:50 EDT 2005


Dennis Brown wrote:

> All,
>
> I have a two dimensional array:  array[x,y]
> I need to get the unique x keys into a list, there are about 20  
> unique ones, but they are dynamically created names (not numbers).
> The y keys have tens of thousands of elements.
>

put the keys of array into mykeys
split mykeys by cr and comma
put the keys of mykeys into xKeys

-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.6/59 - Release Date: 27/07/2005




More information about the use-livecode mailing list