Re: Quit application
Re: Quit application
- Subject: Re: Quit application
- From: Emmanuel <email@hidden>
- Date: Thu, 15 Nov 2001 23:38:08 +0100
At 23:05 +0100 15/11/01, email@hidden wrote:
>
This does not work
>
>
set v_appl to "Simple text"
>
tell application "Finder"
>
quit v_appl
>
end tell
>
>
Can anybody tell me why and what I'm doing wrong.
Dictionaries are here for telling you this sort of thing.
The Finder's dictionary includes the "quit" verb. The comment states "quit
the finder". Furthermore, the syntax as presented in the dictionary does
not include a parameter: it's just "quit" - not "quit reference".
Emmanuel