11-21-2014 09:05 AM
Hello,
Can you please help me out, I have a Hex file that I would like to parse.
After every 19 bytes the file must be indexed, I’ve tried but at this point I’m able to index the data but I cannot figure out how do so after every 19 bytes.
As always any help would be greatly appreciated.
11-21-2014 09:12 AM
Get array subset in a loop, set index to 'i'*19, set length to 19 and you'll get an array of 19 byte elements.
/Y