Page 1 of 1

how to split the input strings

Posted: Sat Jul 14, 2012 9:52 pm
by prasannasayee
Hi,

how to split the Input string without using split function.
Example:-
Input:-
the,sun,rise,in,the,east
output:-
the
sun
rise
in
the
east

how to split the input strings

Posted: Mon Jul 16, 2012 1:45 am
by jvierra
Sorry I posted the wrong link.

Try this one: herejvierra2012-07-16 08:46:31