W
wvueagle84
Hello,
Any help on this would be great. I have a text file that is in
following format
Name code (which is read in as byte[])
one 21AE
two 95EC
three 88AB
and so on and so forth
I want to be able to read in the text file and put the name into the
name field of the structure and the 2 bytes of hex (code) into the
code portion of the structure.
Any pointers/advice??
Thanks
Any help on this would be great. I have a text file that is in
following format
Name code (which is read in as byte[])
one 21AE
two 95EC
three 88AB
and so on and so forth
I want to be able to read in the text file and put the name into the
name field of the structure and the 2 bytes of hex (code) into the
code portion of the structure.
Any pointers/advice??
Thanks