Re: Simple character replacement question
Re: Simple character replacement question
- Subject: Re: Simple character replacement question
- From: Michelle Steiner <email@hidden>
- Date: Thu, 31 May 2007 05:53:07 -0700
On May 31, 2007, at 5:42 AM, Bernard Azancot wrote:
What is the name to use for the return following the useless space,
so that I can replace every 'space+CR' by 'CR'.
set text item delimiters to space & return
set tempList to text items of the sourceText
set text item delimiters to return
set finalText to tempList as text
-- Michelle
--
Reading computer manuals without the hardware is as frustrating as
reading sex manuals without the software.
-- Clarke's sixth law
_______________________________________________
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