If I read in a binary file I get this for example:
variable: #{
524946462400000043444441666D742018000000010001005C774C0100000000
B253000000020000332D0400
}
How do I navigate this to get to specific values and extract them and store
them in variables?
The best I could do is use
data: first variable
BUT, I would like to be able to extract more than one at a time.
Thanks,
Jeff
