Click here to Skip to main content
15,922,696 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus7-Aug-05 19:13
protectorChristian Graus7-Aug-05 19:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan7-Aug-05 19:25
MeterMan7-Aug-05 19:25 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:07
protectorChristian Graus8-Aug-05 13:07 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan8-Aug-05 13:13
MeterMan8-Aug-05 13:13 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 13:18
protectorChristian Graus8-Aug-05 13:18 
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan8-Aug-05 15:26
MeterMan8-Aug-05 15:26 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Christian Graus8-Aug-05 17:15
protectorChristian Graus8-Aug-05 17:15 
GeneralRe: Parsing Comma Delimited data in txt file Pin
Scott Serl2-Aug-05 21:29
Scott Serl2-Aug-05 21:29 
win32newb wrote:
Can someone please help me in understanding why this code will not work in visual basic .net 2003 ?

Because there is no Microsoft.VisualBasic.FileIO namespace in .Net 1.1.
Also, there is no 'My' pseudonamespace in .Net 1.1.

You will have to parse it yourself. If you know there won't be any commas in text fields, you can use String.Split to break it apart, then if the first char of a field is a double quote, you ignore the first and last char of the field. This could also probably be done with RegEx. If there might be commas in the text fields, then you have to be more carefull.
GeneralRe: Parsing Comma Delimited data in txt file Pin
MeterMan3-Aug-05 6:02
MeterMan3-Aug-05 6:02 
GeneralAccess...pass a value from one form to another form Pin
vtalau2-Aug-05 16:27
vtalau2-Aug-05 16:27 
GeneralRe: Access...pass a value from one form to another form Pin
RichardBerry3-Aug-05 0:36
RichardBerry3-Aug-05 0:36 
GeneralSet Date and Time on Terminal Pin
gilbertors2-Aug-05 15:17
gilbertors2-Aug-05 15:17 
GeneralWindows Registry Check Pin
andyr20052-Aug-05 11:04
andyr20052-Aug-05 11:04 
GeneralRe: Windows Registry Check Pin
Christian Graus2-Aug-05 14:43
protectorChristian Graus2-Aug-05 14:43 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 1:58
andyr20053-Aug-05 1:58 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:09
protectorChristian Graus3-Aug-05 13:09 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:15
andyr20053-Aug-05 13:15 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:21
protectorChristian Graus3-Aug-05 13:21 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:24
andyr20053-Aug-05 13:24 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:26
protectorChristian Graus3-Aug-05 13:26 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:30
andyr20053-Aug-05 13:30 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:31
protectorChristian Graus3-Aug-05 13:31 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:34
andyr20053-Aug-05 13:34 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:36
protectorChristian Graus3-Aug-05 13:36 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:40
andyr20053-Aug-05 13:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.