Re: Existing Entourage Message
Re: Existing Entourage Message
- Subject: Re: Existing Entourage Message
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 16 Sep 2001 16:02:34 -0700
On 9/16/01 3:05 PM, "Jamie Jordan" <email@hidden> wrote:
>
I do have a question however about the variables. If you put the line
>
>
set theFile to alias {startupDiskName & ":Desktop Folder:Email Scripts:Agent
>
Cover Note Text"}
You shouldn't be using list braces there, even outside the Finder. Perhaps
AppleScript or something else (probably an osax) is kindly coercing that for
you, but the Finder declines.
It should be:
set theFile to alias (startupDiskName & ":Desktop Folder:Email
Scripts:Agent Cover Note Text")
--
Paul Berkowitz