Hi all,

I have got a comma delimited file which uses quotes as text qualifiers. for example "Mr XXXXX","XX Street","" ....

I am using the split function to store values in a string array but my problem is when i have a field that contains a comma within the quotes eg. "XX, Street". It splits these in to different array positions.

Is there any way of avoiding this?

Thanks for your help.

Cheers