techie
Advanced Member level 3
text stream decode
I have a text stream as follows.
Blah blah blah blah ....
Location:"Location Data String"
ID:"ID string"
Parameters:"misc text"
Timer:"12345"
blah
blah
....
I want to read them into string variables like ID = "ID string" etc. Can someone tell me a simple way to do that in C.
I have a text stream as follows.
Blah blah blah blah ....
Location:"Location Data String"
ID:"ID string"
Parameters:"misc text"
Timer:"12345"
blah
blah
....
I want to read them into string variables like ID = "ID string" etc. Can someone tell me a simple way to do that in C.