- Joined
- Aug 14, 2012
- Messages
- 2
- Reaction score
- 0
Dear,
I have a ascii file that i want to read and use to show some values.
For example:
Time ID Byte0-byte7
0.001 18FF00AAx 17 AA FF FF 00 14 45 CD
0.120 18FF00AAx 25 AA FF FF 00 14 45 CD
I want to read the line and use byte 0 as in a variable and show it in the following table.
Time data1
0.001 17
0.120 25
How can i do this in visual basic express 2010?
Thanks in advance
I have a ascii file that i want to read and use to show some values.
For example:
Time ID Byte0-byte7
0.001 18FF00AAx 17 AA FF FF 00 14 45 CD
0.120 18FF00AAx 25 AA FF FF 00 14 45 CD
I want to read the line and use byte 0 as in a variable and show it in the following table.
Time data1
0.001 17
0.120 25
How can i do this in visual basic express 2010?
Thanks in advance