Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Enhanced AppleScript rule to check Mail against blackhole lists' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Enhanced AppleScript rule to check Mail against blackhole lists
Authored by: msk on May 29, '03 04:58:11PM

The > character can also be used in that location, as in:

set HeaderStart2 to the (offset of ":" in Header2)
if (HeaderStart2 > 0) then
set HeaderName2 to (characters 1 thru HeaderStart2 of Header2) as string



[ Reply to This | # ]