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? :confused:
Cheers :)
Printable View
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? :confused:
Cheers :)
VB Code:
Split(ControlChars.Tab)