• 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: Sending info from one script to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending info from one script to another


  • Subject: Re: Sending info from one script to another
  • From: Emmanuel <email@hidden>
  • Date: Tue, 4 Dec 2001 23:30:54 +0100

At 21:17 +0100 3/12/01, Kinsella, John R. wrote:
>
>Here's the background. User inputs data in one script. I set a variable to
>the data the user has input. Is there a good way I can pass that variable
>on to another script?

Perhaps you did not receive a fast reply because your are not specific enough.

Maybe the reply you are looking for is, define a "property" in the
receiver's script:

----------------
property PlaceHolder:""
----------------

A property is a variable permanently available to the script.

Once you've stored (a reference to) the recipient script, say in
"theScript", you may write:

----------------
set theScript's PlaceHolder to "whatever suitable"
----------------

HTH
Emmanuel


  • Prev by Date: RE: interesting discovery (trying to get record labels as strings )
  • Next by Date: Re: interesting discovery (trying to get record labels as strings)
  • Previous by thread: Sending info from one script to another
  • Next by thread: RE: Sending info from one script to another
  • Index(es):
    • Date
    • Thread