|
One file reads as follows:
0x02 Tab1 0x00 AAAA 0x00 BBB 0x00 CCCCCCCCC 0x01
DDD 0x00 EEE 0x00 FFF
0x02 Tab2 0x00 GGG 0x00 HHH 0x00 IIIIIII 0x01
JJJ 0x00 KKK 0x00 LLL
0x03 Tab3 0x00 MMM 0x00 NN 0x00 OOOO 0x01
PPP 0x00 QQQ 0x00 RRR
0x00 represents the delimiter between characters
0x01 represents the line separator
0x02 represents the table separator
How to search out data like Tab1, Tab2, Tabe3 and fill it into ComboBox1? ?
How to write new data to the specified table, such as writing a few more rows to Tab2?
Brothers, please help, thank you! |
|