Re: Simple character replacement question
Re: Simple character replacement question
- Subject: Re: Simple character replacement question
- From: Bill Briggs <email@hidden>
- Date: Thu, 31 May 2007 09:46:27 -0300
Title: Re: Simple character replacement
question
At 2:42 PM +0200 5/31/07, Bernard Azancot 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'.
the CR is ASCII character 13
I usually put a line in the script like this
set cr to
ASCII character
13
and then use the cr variable any time I need it. Saves a bit of
typing.
- web
_______________________________________________
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