Re: Storing script objects (+ visibility of stored properties)
Re: Storing script objects (+ visibility of stored properties)
- Subject: Re: Storing script objects (+ visibility of stored properties)
- From: Paul Berkowitz <email@hidden>
- Date: Thu, 18 Jan 2001 19:40:44 -0800
On 1/18/01 6:42 PM, "Sun Real" <email@hidden> wrote:
>
'store script' calls for a file spec, so I tend to use something like
>
this:
>
>
store script myScriptObject in file "disk:folder:file" with replacing
>
>
Use of the word 'file' means it should work in any context.
Except one:
If you have to use 'store script' inside a tell block (sorry, JR, it does
happen occasionally) and the application itself has the term 'file', such as
Outlook Express or Entourage, then that won't work. Best is to take it out
of the tell block (which is usually possible), or else this will work:
store script myScriptObject in ("disk:folder:file" as file
specification) with replacing
--
Paul Berkowitz