Re: load script question
Re: load script question
- Subject: Re: load script question
- From: Michelle Steiner <email@hidden>
- Date: Thu, 28 Jun 2001 23:35:48 -0700
On 6/28/01 7:42 PM, Sun Real <email@hidden> wrote:
>
>property loaded_script : alias "Dora:set x"
>
>set foo to load script loaded_script
>
>tell foo to run
>
>{x, y, z}
>
>
>
>The result is this:
>
>
>
>-->{10, 20, 30}
>
>
>
>And that's what I need it to do.
>
>
You may have other stuff to do with the script, but if that's *all* you
>
want, you don't need to load the script - just run it. The result is
>
returned.
>
>
run script alias "Dora:set x"
>
-->{10, 20, 30}
Nope; that won't do it because the variables are not defined. Of course,
there's more stuff to do with the variables.
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------