Re: is it possible to load a script library with a creation handler
Re: is it possible to load a script library with a creation handler
- Subject: Re: is it possible to load a script library with a creation handler
- From: Timothy Bates <email@hidden>
- Date: Sun, 01 Apr 2001 03:56:27 +1000
Thanks for your quick reply Arthur!
Just tried to your examples for size, and I guess it comes down to a toss up
of which of :
set Lib to run script (alias "MacHD:Init & Load") with parameters {1, 2, 3}
or
set Lib to load script file (alias "MacHD:Init & Load")
tell Lib to initialize(startingParameters)
Is going to make more sense to end users (who will be writing these scripts
for themselves). I will try both and see.
thanks again for uncovering the run script functionality,
tim