Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Design view problem Pin
Dave Kreskowiak12-Jun-09 9:36
mveDave Kreskowiak12-Jun-09 9:36 
Questionvb , vc++ or c++ Pin
TheMrProgrammer12-Jun-09 7:05
TheMrProgrammer12-Jun-09 7:05 
AnswerRe: vb , vc++ or c++ Pin
EliottA12-Jun-09 8:55
EliottA12-Jun-09 8:55 
AnswerRe: vb , vc++ or c++ Pin
Christian Graus12-Jun-09 11:15
protectorChristian Graus12-Jun-09 11:15 
AnswerRe: vb , vc++ or c++ Pin
Steven J Jowett14-Jun-09 0:00
Steven J Jowett14-Jun-09 0:00 
QuestionHow to flip/turn cards over Pin
ymilan12-Jun-09 5:30
ymilan12-Jun-09 5:30 
AnswerRe: How to flip/turn cards over Pin
Kschuler12-Jun-09 6:06
Kschuler12-Jun-09 6:06 
GeneralRe: How to flip/turn cards over Pin
ymilan12-Jun-09 6:50
ymilan12-Jun-09 6:50 
GeneralRe: How to flip/turn cards over Pin
Kschuler12-Jun-09 7:23
Kschuler12-Jun-09 7:23 
GeneralRe: How to flip/turn cards over Pin
ymilan12-Jun-09 9:34
ymilan12-Jun-09 9:34 
GeneralRe: How to flip/turn cards over Pin
Dave Kreskowiak12-Jun-09 9:33
mveDave Kreskowiak12-Jun-09 9:33 
GeneralRe: How to flip/turn cards over Pin
ymilan15-Jun-09 7:14
ymilan15-Jun-09 7:14 
AnswerOT Pin
Luc Pattyn12-Jun-09 6:37
sitebuilderLuc Pattyn12-Jun-09 6:37 
GeneralRe: OT Pin
ymilan15-Jun-09 10:00
ymilan15-Jun-09 10:00 
GeneralRe: OT Pin
Luc Pattyn15-Jun-09 10:04
sitebuilderLuc Pattyn15-Jun-09 10:04 
GeneralRe: OT Pin
ymilan15-Jun-09 10:17
ymilan15-Jun-09 10:17 
GeneralRe: OT Pin
Luc Pattyn15-Jun-09 10:22
sitebuilderLuc Pattyn15-Jun-09 10:22 
GeneralRe: OT Pin
ymilan16-Jun-09 5:48
ymilan16-Jun-09 5:48 
GeneralRe: OT Pin
Luc Pattyn16-Jun-09 6:16
sitebuilderLuc Pattyn16-Jun-09 6:16 
GeneralRe: OT Pin
ymilan16-Jun-09 6:54
ymilan16-Jun-09 6:54 
GeneralRe: OT Pin
Luc Pattyn16-Jun-09 11:28
sitebuilderLuc Pattyn16-Jun-09 11:28 
GeneralRe: OT Pin
ymilan16-Jun-09 11:30
ymilan16-Jun-09 11:30 
QuestionRead the comma delimited text file. Pin
Member 402761712-Jun-09 4:59
Member 402761712-Jun-09 4:59 
Hi,

I have a comma delimited text file. Below that

IM,ABC001,D,0,@;ABC;Images\00\00\ABC001.tif;2
IM,ABC002,,0,@;ABC;Images\00\00\ABC002.tif;2
IM,ABC003,D,0,@;ABC;Images\00\00\ABC003.tif;2
IM,ABC004,D,0,@;ABC;Images\00\00\ABC004.tif;2

I need the output as below.(In another Notepad)

"ABC001","ABC002"
"ABC003","ABC003"
"ABC004","ABC004"

It is read based on the ,D, in the input notepad. After read the ,D, we will pick the "ABC001" from after "IM". then again read the 'D' then we pick the "ABC002" from previous line. Are you not understand please see the input and output.

Please help me..

By
Gopi A.


Please help
AnswerRe: Read the comma delimited text file. Pin
EliottA12-Jun-09 5:25
EliottA12-Jun-09 5:25 
AnswerRe: Read the comma delimited text file. Pin
Dave Kreskowiak12-Jun-09 5:26
mveDave Kreskowiak12-Jun-09 5:26 

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.