Re: Ent 2008 Remove text "AUGD: " from Subject
Re: Ent 2008 Remove text "AUGD: " from Subject
- Subject: Re: Ent 2008 Remove text "AUGD: " from Subject
- From: Michelle Steiner <email@hidden>
- Date: Fri, 9 Jan 2009 18:00:24 -0700
On Jan 9, 2009, at 3:20 PM, Geoff WALLACE wrote:
if "AUGD: " then
set str to str
"AUGD:" is a string. You have to have some sort of equality or
inequality, e.g.:
if "AUGD:" exists then
if variableName is "AUGD:" then
if variableName contains "AUGD:" then
etc.
-- Michelle
--
Democrats think the glass is half full. Republicans think the glass
is theirs
_______________________________________________
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