Re: String Munging (Re: Finding Filenames that contain a certain string)
Re: String Munging (Re: Finding Filenames that contain a certain string)
- Subject: Re: String Munging (Re: Finding Filenames that contain a certain string)
- From: Matt Deatherage <email@hidden>
- Date: Mon, 23 Jul 2007 01:43:21 -0500
On 7/22/07 at 10:04 PM, Jon Pugh <email@hidden> wrote:
on deleteString(aString)
set foo to offset of aString in theString
if foo =82 0 then
set theString to beforeString(aString) & afterString(aString) as string
end if
end deleteString
What is the missing operator "=82" in the marked line supposed
to be?
The mail header says "iso-8859-1" character encoding, but point
82 in
that table is not a printing/visible character.
--
Matt Deatherage <email@hidden>
GCSF, Incorporated <http://www.macjournals.com>
"Success is the ability to go from one failure to another with
no loss of
enthusiasm." -- Sir Winston Churchill
_______________________________________________
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