I understand, thanks for reply.
I just thought that it can be handled automatically.
Regarding this RAW data. Do you know some errorless and efficient way to divide this data into pieces?
I noticed that it has a few separators. First is [data][data][data][data] - I already did manual parsing. But then inside those brackets there are parameters stored in this way:
'something something', 'another piece of something', 'and so on'.
I can make a function which do it manually, but from past experience I know that I always miss something and some bugs occurs which gives me wrong data. I dont want to this mistake again. It's just I use very basic functions and procedures, I am lack of deeper use of pointers and such.
Can you help me out with parsing this one?
'something something', 'another piece of something', 'and so on'.