Re: load script question
Re: load script question
- Subject: Re: load script question
- From: Michelle Steiner <email@hidden>
- Date: Fri, 29 Jun 2001 21:15:57 -0700
On 6/29/01 7:00 PM, Sun Real <email@hidden> wrote:
>
Sorry! What I wrote there was really unclear. I pasted this code into a
>
script which I saved to my desktop as "testScript":
>
>
set x to 10
>
set y to 20
>
set z to x + y
>
{x, y, z}
>
>
>
Then I made another script with just this in it:
>
>
run script alias "startupDisk:Desktop Folder:testScript"
>
>
>
When I executed that line, this was the result:
>
>
{10, 20, 30}
*nod* but you can't access the variables from the calling script.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------