Quantcast
Channel: Parsing a tab delimited text file with VB.Net - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Joel Coehoorn for Parsing a tab delimited text file with VB.Net

Look into using the Microsoft.VisualBasic.FileIO.TextFieldParser class. It will do all the heavy lifting for you.

View Article



Answer by Stu for Parsing a tab delimited text file with VB.Net

"\r" does not work in VB. For \r, use vbCr; for \n, use vbLf.

View Article

Parsing a tab delimited text file with VB.Net

I'm trying to parse a text file. First I plan on extrcating each line, then extracting each field by searching for a tasb.When I use InStr to sercah for a \r (return for end of line) or \t (for tab) I...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images