• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Storing script objects (+ visibility of stored properties)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: Storing script objects (+ visibility of stored properties) (From: Sun Real <email@hidden>)

  • Prev by Date: Re: how to auto stuff a folder with Stuffit Lite
  • Next by Date: Problem Installing Guidebooks in OS 9.1
  • Previous by thread: Re: Storing script objects (+ visibility of stored properties)
  • Next by thread: Problem Installing Guidebooks in OS 9.1
  • Index(es):
    • Date
    • Thread