Hello,
I will write an example what I would like to do.
My response in iTest is: 94 01 22 53 67 95
and my file.txt is build like this:
01 = Subnet Mask
02 = Time Offset
67 = Router
So, how could now I compare these numbers with numbers in file.txt? In response I would like to see list of all matched numbers, with the text from file.txt,
like in this case result should be:
01 = Subnet Mask
67 = Router
Thank you for any answers!