I realise it is not - in your example but...
If the position of the number s always at the same position in the list;
You can use ListGetAt()

Otherwise you can loop through the list using the regex of the other posts 
to find your match.

Lastly, depending on the length of the CSV, and the lists themselves, you 
don't need to convert to an array first.
There are appropriate functions available to let you process thee data in 
list form.

Array manipulation / searching is faster, though - so I normally convert to 
an Array.
(The speed test also takes into account the transformation from list to 
array and then back again - so it shows there is significant speed gains in 
using Arrays.)

Ultimately, it just depends on how comfortable you are with converting 
between lists to arrays and back again.

Gavin. 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to