Avatar of Whah
Whah

asked on 

VB.NET use writeline without quotes

I'm looping through a CSV file, running some data checks then using WriteLine to write the data in my variables out to a new file.  One of the variables needs to be written without quotes.  I don't know if WriteLine can do this.  If not is there something else to use.  In VB6 I'd use Print # instead of Write #.

"M000473465","2/5/2006"@@62324\000141CD\1.tif
"M000473466","2/6/2006"@@62324\000141CE\1.tif
"M000473467","2/11/2006"@@62324\000141CF\1.tif
"M000473468","2/13/2006"@@62324\000141D0\1.tif
"M000473469","3/19/2006"@@62324\000141D1\1.tif
Visual Basic.NET

Avatar of undefined
Last Comment
Jaime Olivares

8/22/2022 - Mon