I have a file, containing hex values for dates (MMDDYYYY)<stat us
code><??such as:
303530313230303 102003035303232 303031020030353 033323030310200 303530343230303 102003035303732 303031020030353 038323030310200
breaking that down:
303530313230303 10200
303530323230303 10200
303530333230303 10200
303530343230303 10200...
How do I break it down, convert and, say, throw it into an Array/
HashTable/etc.?? Never messed w/ HEX (binary??) files before.
Appreciate any and all help.
David D.
code><??such as:
303530313230303 102003035303232 303031020030353 033323030310200 303530343230303 102003035303732 303031020030353 038323030310200
breaking that down:
303530313230303 10200
303530323230303 10200
303530333230303 10200
303530343230303 10200...
How do I break it down, convert and, say, throw it into an Array/
HashTable/etc.?? Never messed w/ HEX (binary??) files before.
Appreciate any and all help.
David D.
Comment