Hello all, I have a question on how to use strtok funtion for the below scenario.
A1.1*7.1&9.1&11.1/
I want to parse through & and make it as null (before 9.1) and once after I should pick the start end range between *. Say here 1.1 is start range and end range is 7.1. Once I found this I have to go to next & and take the value 9.1 and after 11.1
I thought this is simple, but end up in lossing the pointer. Please help.