Hello,
I have data that is in the following format: 00.12\s\sT\s13.86\r\nS\s03.78\s\sD\s142.3\s\sW\s01.26\s\sT\s13.97\r\nS\s03.97\s\sD\s148.4\s\sW\s01.1
All that I need from this string is the data between the first "\r\n" and the second "\r\n", and ideas on the easiest way to pull that data out?
Cheers!