| Text File input to array - File format Hi
Thanks for the reply. Here is the part of the input file called "in.txt"
0x4500004c
0x3728000b
0x7D11FB02
0x81800444
0x81800427
I'm reading the array elements with instructions similar to the following;
ip=(a[0] & 0xf0000000)>>28
SOURCEIP_OCT1= (a[3] & 0xff000000)>>24
Looking forward to your reply. |