how to join array after splitting using strtok

Newbie Member
4Aug2011,13:39   #1
spurthy04's Avatar
HI,

I have code where i've split the string "abc,cde,xyz" to abc cde and xyz using strtok.

Now, I want to join it by adding single quote to each tokenised value.
like 'abc','cde','xyz'.

Can anyone help me ?

Thanks,
Go4Expert Founder
4Aug2011,16:26   #2
shabbir's Avatar
Duplicate of http://www.go4expert.com/showthread.php?t=26439

Thread closed.