Just be careful, since a simple "split" won't work 100% for CSV Data. That's why I suggested the CSV function.

CSV Data: a,b,c,d,e
Split will work, returning [b] and [d] for columns 2 and 4.

CSV Data: a,b,"I think, therefore I am",d,e
Split will fail, returning [b] and [ therefore I am"] for columns 2 and 4.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D