Re: Handlers and Tell Blocks
Re: Handlers and Tell Blocks
- Subject: Re: Handlers and Tell Blocks
- From: Paul Skinner <email@hidden>
- Date: Thu, 29 Aug 2002 11:28:11 -0400
On Thursday, August 29, 2002, at 10:55 AM, Paul Skinner wrote:
Right, I brought that up in an earlier thread. It can actually be
useful if you want to be sure that you aren't using getting any silent
coercions.
On Thursday, August 29, 2002, at 09:24 AM, Steven Angier wrote:
On 29/8/02 1:43 PM, "Paul Skinner" <email@hidden> wrote:
Apparently anything can play.
property parent : pi
parent
-->3.14159265359
If you set the parent to a value, you sever all ties to your Scripting
Additions:
prop parent:1
display dialog "Woops!"
Steven Angier
I should have clarified that the additions are all still available, but
require a directed call.
property parent : 1
tell AppleScript
display dialog "Woops!"
end tell
-->dialog: Woops!
--
Paul Skinner
_______________________________________________
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.