2
Reply

parsing text file

faraz akram

faraz akram

Mar 5 2009 6:56 AM
2.8k

hi

i have a text file contains fomat given below..

"NewPrepaid_SSKZ1202_18102008124759"|"TPNCR02_24-10-2008_001048"|"10/30/2008"|"978"|"326"|"0"|"16"|"0"|"EXPORTED"

all i need to do is to split it ( | separator )  and load it into text boxes one by one

.split('|') works fine but unable to load it back into text boxes

any help

thanks

 


Answers (2)