Re: TextEdit, delete all blank lines
Re: TextEdit, delete all blank lines
- Subject: Re: TextEdit, delete all blank lines
- From: has <email@hidden>
- Date: Sat, 9 May 2009 11:21:38 +0100
Satyam Satyanarayana wrote:
Hi, Is there a way using apple script to delete all the blank lines
in the "rtf" file created by a TextEdit?
tell application "TextEdit" to delete (every paragraph of document 1
where it is "\n")
HTH
has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden