d2jsp
Log InRegister
d2jsp Forums > Off-Topic > General Chat > Science, Technology & Nature > Need Help Making A List In A Txt File
Add Reply New Topic New Poll
Member
Posts: 8,236
Joined: Feb 12 2010
Gold: 1,754.00
Jan 7 2012 03:36pm
sounds simple but all i need to do is make a list from this

Code
Word Word Word Word Word Word Word Word Word Word Word Word
Word Word Word Word Word Word Word Word Word Word


to this

Code
Word
Word
Word
Word
Word
Word
Word
Word
Word
Word


am willing to donate to whoever helps
Member
Posts: 1,586
Joined: Oct 30 2011
Gold: 0.00
Jan 7 2012 03:46pm
Send me the content

This post was edited by QQQQQQQQQQQ on Jan 7 2012 03:46pm
Member
Posts: 20,461
Joined: Jun 16 2008
Gold: 722.53
Warn: 10%
Jan 7 2012 08:04pm
Press enter/return. :)
Member
Posts: 16,144
Joined: Mar 27 2008
Gold: 14,618.00
Jan 7 2012 08:21pm
ctrl+h for search-replace

" " <-- to search for (a whitespace)
"
" <-- replace with this (where the char is a return+linefeed (or just return, depending what you want))
Go Back To Science, Technology & Nature Topic List
Add Reply New Topic New Poll