Splitting strings using strtok at another character
#2

Your using string[index] <= ','
My guess is that " " is > ","

maybe try string[index] != ','
Reply


Messages In This Thread
Splitting strings using strtok at another character - by theRealG - 29.01.2010, 06:04
Re: Splitting strings using strtok at another character - by mansonh - 29.01.2010, 06:09
Re: Splitting strings using strtok at another character - by theRealG - 29.01.2010, 11:49
Re: Splitting strings using strtok at another character - by theRealG - 29.01.2010, 12:27

Forum Jump:


Users browsing this thread: 4 Guest(s)