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

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to