Hi all,
I can't seem to figure out why one of my arrays keeps getting reset. What I need to do is disassemble my clusters one at a time check for an node address then packet and decode the hex data. Data decodes will be different for every node. When a node is decoded, I need to add that data to an array dedicated to that node. When the entire cluster array is processed, the data will be dumped to different Excel sheets. One sheet for each node on the system. This is a simplified version of a much larger program that will handle many nodes and lots of data. Any help would be appreciated.
--Mark