gord - its all the words in this list http://calendarhome.com/wordlist.html
ross1234 - tried doing that but when i press enter it runs the find and replace command
make a simple perl script with the line:
while(<>){
s/\s/\n/g;
print $_;
}
just put this in a file called newline.pl
then run it by putting in command prompt: "perl newline.pl < yourfile.extension > output.txt
this should work in windows. if not just email me the file - email in trust and i'll email it back with new lines.
daven
just read your post - here is the output with a newline for each word
http://rapidshare.com/files/93545299/output.txt.html