Re: Entourage Attachments Syntax?
Re: Entourage Attachments Syntax?
- Subject: Re: Entourage Attachments Syntax?
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 14 May 2003 09:17:24 -0700
On 5/14/03 8:57 AM, "Rich" <email@hidden> wrote:
>
>
>
>> set myFile to alias myLocation
>
>
>
> Says...
>
>
>
> Can't get alias
>
>
set myAttachment to "Disc:Users:Me:Folder_1:Folder_2:myFile.pdf" as alias
>
>
Works.
Is this still inside the 'tell app "Filemkaer Pro"' block or Entourage tell
block? I do recall something like this inside an Entourage tell block, so I
always use 'alias' with a variable outside any tell block.
If you take it outside any tell block, does
set myAttachment to alias "Disc:Users:Me:Folder_1:Folder_2:myFile.pdf"
or
set myLocation to "Disc:Users:Me:Folder_1:Folder_2:myFile.pdf" -- in
tell block is OK
set myFile to alias myLocation -- outside tell block
really not work? What OS and version of AppleScript is this?
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.