Hello people,
I want the following. I get a string from an external device which is put in a string variable called Buffer.
Now I want to filter values from this string.
The string looks like this:
'Ch.: 01 Tag : C220 ID : 000030107 00002F63CC'
I want to store the value 01, C220 and
000030107 00002F63CC into several variables. How do I do this ? In the C language you have the function strstr to search for a substring but can't find it in Delphi.
Thanx
I want the following. I get a string from an external device which is put in a string variable called Buffer.
Now I want to filter values from this string.
The string looks like this:
'Ch.: 01 Tag : C220 ID : 000030107 00002F63CC'
I want to store the value 01, C220 and
000030107 00002F63CC into several variables. How do I do this ? In the C language you have the function strstr to search for a substring but can't find it in Delphi.
Thanx