MARTINRODDY
Programmer
Hi,
I am using strlcopy(buffer,PChar(job_array[kount].oper_id),oper_pos));
to extract a substring from a string
e.g.
20001,20002,20003,20004
I want to get 20002 from this string ???
The above code works for the first substring. But can i use it to move into the string and extract a value ???? If not then is there any other way possible.
Thanks for any help at all
Martin
I am using strlcopy(buffer,PChar(job_array[kount].oper_id),oper_pos));
to extract a substring from a string
e.g.
20001,20002,20003,20004
I want to get 20002 from this string ???
The above code works for the first substring. But can i use it to move into the string and extract a value ???? If not then is there any other way possible.
Thanks for any help at all
Martin