P
Phoebe.
Hi, Good Day!
I'm writing a program transferring some data to a text file.
Below is the screen that i produced
SecCode A_Before A_After B_Before
B_After
HK0025 BMG2097Z1059 BMG2097Z1471
HK0025
6190336 6616984
HK0106 BMG8086H1051 BMG8086H1135
HK0110 HK0110009476 #N/A Sec
HK0110
6003616 #N/A Sec
HK0121 KYG4586H1092 KYG2099D1025
HK0131 HK0131010099 HK0131012251
I'm checking 2 parts, one is the A, the other is B. If changes made, then
I'll put the data into this text file.
For this 2 parts, beside the normal print(filenumber, data), I've included a
printline(filenumber). So it produce
the screen as shown above.
How can I create a text file as the below screen.
SecCode A_Before A_After B_Before
B_After
HK0025 BMG2097Z1059 BMG2097Z1471 6190336 6616984
HK0106 BMG8086H1051 BMG8086H1135
HK0110 HK0110009476 #N/A Sec 6003616 #N/A Sec
HK0121 KYG4586H1092 KYG2099D1025
HK0131 HK0131010099 HK0131012251
Can someone help?
Thanks in advanced.
rgds,
Phoebe.
I'm writing a program transferring some data to a text file.
Below is the screen that i produced
SecCode A_Before A_After B_Before
B_After
HK0025 BMG2097Z1059 BMG2097Z1471
HK0025
6190336 6616984
HK0106 BMG8086H1051 BMG8086H1135
HK0110 HK0110009476 #N/A Sec
HK0110
6003616 #N/A Sec
HK0121 KYG4586H1092 KYG2099D1025
HK0131 HK0131010099 HK0131012251
I'm checking 2 parts, one is the A, the other is B. If changes made, then
I'll put the data into this text file.
For this 2 parts, beside the normal print(filenumber, data), I've included a
printline(filenumber). So it produce
the screen as shown above.
How can I create a text file as the below screen.
SecCode A_Before A_After B_Before
B_After
HK0025 BMG2097Z1059 BMG2097Z1471 6190336 6616984
HK0106 BMG8086H1051 BMG8086H1135
HK0110 HK0110009476 #N/A Sec 6003616 #N/A Sec
HK0121 KYG4586H1092 KYG2099D1025
HK0131 HK0131010099 HK0131012251
Can someone help?
Thanks in advanced.
rgds,
Phoebe.