how to split the input strings

Anything VBScript-related, including Windows Script Host, WMI, ADSI, and more.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 11 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
prasannasayee
Posts: 1
Last visit: Sat Jul 14, 2012 9:52 pm

how to split the input strings

Post 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
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

how to split the input strings

Post by jvierra »

Sorry I posted the wrong link.

Try this one: herejvierra2012-07-16 08:46:31
This topic is 11 years and 8 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked