Parsing out words in email subject
Parsing out words in email subject
- Subject: Parsing out words in email subject
- From: email@hidden
- Date: Thu, 28 Jan 2010 08:56:57 -0800
I am trying to parse out the words in an email subject.
My goal is to have a word in the subject that activates a script. That
script will drop the first word and will then consider the rest of the
subject and execute some commands.
I can get first word of the script just fine but rather than get the
word I want to eliminate the first word.
Here is an example of an email subject.
"One Two Three"
I want "Two Three" and not "One".
If I use this
set theWord to first word of theSubject
I get "One".
The subject could be One Two Three Four Five and I only want to drop
"One"
Any suggestions.
_______________________________________________
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