Dear Experts Out There,
I need your help urgently.
I would like to write VB code which could do the followings:
1. Read lines of strings from input text file (the file has few lines, each line has few words)
2. Then the code will split the strings from each line if it found " " (space)
3. The code will write the strings to output file; one word in each line such as:
Original file input content
I love you so much
You are my sunshine
What will happen tomorrow
The content of output file are:
I
will
love
you
so
much
......
......
Thanks guys![]()
![]()




Reply With Quote