Re: script, do script
Re: script, do script
- Subject: Re: script, do script
- From: Jon Pugh <email@hidden>
- Date: Tue, 11 Jun 2002 11:06:14 -0700
At 4:09 PM +0100 6/11/02, email@hidden wrote:
>
I have inherited a script that reads...
>
>
on run
>
>
do some stuff
>
>
do script {makefiles}
>
>
end run
>
>
script makefiles
>
>
end makefiles
>
>
>
And I'm trying to work out if there's a logical reason why do script
>
requires a list...
There's no reason to use a list here. In fact, I don't even know what the "do script" command is doing here either, since that's an application command.
Normally you simply reference a handler within a script, or pass the script to some command. I have no idea what this snippet is intending.
Jon
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.