Get rid of double returns ========================= One of those annoying little things: a text file comes in with double returns at the end of every paragraph. We use it a lot as a part of other scripts which do many more things, such as applying an overall style, then adding a style to the first paragraph. --script starts here TextEdit EditStory ChangeAll "^p^p", "^p", currentstory CloseStory place return