Hi,
I have a line of code that outputs data from an executable to a text file:
system "./visacmd.exe /a=USB::0x0699::0x0368::C010731::INSTR /c=MEASU:IMMED:VALUE? >test.txt";
I want to pull a value out of the output to the text file.
Can I somehow do that with regex dynamically or is the best way to do it just to post parse the text file?