Re: TextEdit find/replace script
Re: TextEdit find/replace script
- Subject: Re: TextEdit find/replace script
- From: Bernard Azancot <email@hidden>
- Date: Tue, 17 Oct 2006 20:11:36 +0200
tell application "TextEdit"
tell front document
set theText to text 1
tell application "TextCommands"
set theText to (search theText for " cie " replacing with " de ")
end tell
set text 1 to theText
end tell
end tell
Luca
Great !!
It works !!
Grazie mille, Luca !
Viva la forza azura !!
Bernardo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden