Well, a Happy Friday to everyone,

Should ReadAllLines be renamed to ReadAllLines_unlessThereIsANullValueInTheData???

I am trying to read a delimited file in to an array but there happens to be null values in some fields and ReadAllLines stores lines of data up to that point and then carries on losing some data in the process.

Is there a way around this?

Thanks for your help

Gogi