Ascii file reading VB Express 2010

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
 
Joined
Aug 14, 2012
Messages
2
Reaction score
0
I also want to make something like this.

If the string on the second position is 18FF00AA then "
use the string on the 6th position and put it into variable var1"


how can i do that ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top