Re: load script question
Re: load script question
- Subject: Re: load script question
- From: Victor Yee <email@hidden>
- Date: Thu, 28 Jun 2001 15:43:07 -0400
On Thu, 28 Jun 2001 11:02:52 -0700, Michelle Steiner wrote,
>
property loaded_script : alias "Dora:set x"
>
set foo to load script loaded_script
>
x
Loading a script does not include running it. Add a "tell foo to run" and you should get your expected results.
Victor