LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

parsing a string

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.

0 Kudos
Message 1 of 2
(2,441 Views)

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

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 2
(2,436 Views)