Re: Passing variables between scripts
Re: Passing variables between scripts
- Subject: Re: Passing variables between scripts
- From: Bruce Robertson <email@hidden>
- Date: Tue, 12 Dec 2000 17:44:16 -0800
Or you could use the Akua Sweets universal property:
universal: Get/Set/Replace the value of a universal property. A universal
property is available to all scripts on the same machine and persists unless
explicitly removed or the Mac is restart.
>
Danger, Will Robinson! Global Variable! Danger!
>
>
But a global variable isn't powerful enough, since it only exists
>
throughout the script. You need something with even larger scope
>
than one program. Or more appropriately, you need to explicitly
>
pass the parameter from one script to another.