Try 'n' Tell
Try 'n' Tell
- Subject: Try 'n' Tell
- From: Mr Tea <email@hidden>
- Date: Tue, 24 Sep 2002 15:31:13 +0100
When a try block applies to all the commands within a tell block, which of
the two syntactical options below is preferred?
try
tell application "Finder"
anything
end tell
end try
...or...
tell application "Finder"
try
anything
end try
end tell
TIA
Nick
_______________________________________________
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.