I have some data I read in from a CSV file which is tab delimited...

For my comma delimited files I use Split(",")

Now, how do I do this for tab delimitation?

Cheers