Fwd: Simple character replacement question
Fwd: Simple character replacement question
- Subject: Fwd: Simple character replacement question
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 31 May 2007 09:18:04 -0400
Huh. What's up with the reply-to...
---------- Forwarded message ----------
From: "Mark J. Reed" <email@hidden>
Date: Thu, 31 May 2007 09:16:38 -0400
Subject: Re: Simple character replacement question
To: Bernard Azancot <email@hidden>
As you will have gathered, the keyword "return" does double duty as
both a statement and a constant, and is the name you're looking for,
assuming it's really a CR and not a LF. If the latter then there's no
built-in name, so you have to use "ASCII character 10".
On 5/31/07, Bernard Azancot <email@hidden> wrote:
Hello everyone !
After each OCR process, I use a simple vanilla homemade cleaning
script to correct the recurring recognition mistakes.
I do not know why, in the text being saved under TextEdit, there is a
useless space before each return.
So, I need to delete this space with this script.
What is the name to use for the return following the useless space,
so that I can replace every 'space+CR' by 'CR'.
Thanks in advance.
BA
_______________________________________________
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
--
Mark J. Reed <email@hidden>
--
Mark J. Reed <email@hidden>
_______________________________________________
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