iDASTANx
New member
- Joined
- Feb 4, 2011
- Messages
- 3
- Programming Experience
- Beginner
Hey guys
Pretty new at Visual Basic (just getting that out there before I continue).
So, for my computing project I have to import csv files (got that bit working, got it opening up and displaying in a text box) and search through it to find criteria that I want.
Anyways, I am having trouble splitting/parsing the csv file so that it will display with no comma's (in a kind of tabbed form) e.g. at the moment it displays as
"A,B,C,D,E,F
1,2,3,4,5,6
H,W,J,D,U,R"
but I want it to display it like
"A B C D E F
1 2 3 4 5 6
H W J D U R"
If you get what I mean? any help would be much appreciated
Thanks!
Jamie.
Pretty new at Visual Basic (just getting that out there before I continue).
So, for my computing project I have to import csv files (got that bit working, got it opening up and displaying in a text box) and search through it to find criteria that I want.
Anyways, I am having trouble splitting/parsing the csv file so that it will display with no comma's (in a kind of tabbed form) e.g. at the moment it displays as
"A,B,C,D,E,F
1,2,3,4,5,6
H,W,J,D,U,R"
but I want it to display it like
"A B C D E F
1 2 3 4 5 6
H W J D U R"
If you get what I mean? any help would be much appreciated
Thanks!
Jamie.