2
Answers

parsing text file

faraz akram

faraz akram

15y
2.9k
1

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)