Hi guys,
I am trying to write a code to read from a .dat file and then store its
contents in an array of word format so that it can be used in a another
funciton. But have no clue how to go about it can cany one help. The contents
are in the following format.
0A, 78
2B, 93
03, FE
// Skip the line when starts with double forward slashes
00, 10
04, 40
// Skip the line when starts with double forward slashes
// 56, A0
23, 1F
..can any one help !!