09-24-2010, 08:48 AM
I have string
str first ="xyz,abc"
Now I want
str second;
second="abc zyz"; ;; How I can get this
Exp:
str first ="xyz,abc"
Now I want
str second;
second="abc zyz"; ;; How I can get this
Exp: