Hello.
Working with 'string.h', if I try to extract from:
Anthony;Peterson;234-456-433;a.peterson@jui.co.uk
each value, does not exist a function to extract these values?
I mean:
idonotknow(myValue,myLine,a,b);
Where 'a' and 'b' are occurences of ';'.
Any help is appreciate...
Working with 'string.h', if I try to extract from:
Anthony;Peterson;234-456-433;a.peterson@jui.co.uk
each value, does not exist a function to extract these values?
I mean:
idonotknow(myValue,myLine,a,b);
Where 'a' and 'b' are occurences of ';'.
Any help is appreciate...