no, it's HyperTalk's worst imitation!
but it is AppleScript...
# -----Original Message-----
# From: David Bovill [mailto:[EMAIL PROTECTED]]
# Sent: 12 September 2001 17:32
# To: [EMAIL PROTECTED]
# Subject: Re: BBEdit
#
#
# It's AppleScript isn't it?
#
# > From: [EMAIL PROTECTED]
# > Reply-To: [EMAIL PROTECTED]
# > Date: Mon, 10 Sep 2001 22:54:42 -0400
# > To: [EMAIL PROTECTED]
# > Subject: BBEdit
# >
# > Am I nuts or does BBEdit use the MetaCard engine for it's
# > scripting language? If anyone owns a copy, take a look at pg
# > 255 for their example on how to add a confirmation to the quit
# > command.
# >
# > on menuselect(menuname, itemname)
# > if menuname = "File" and itemName = "Quit" then
# > display dialog "Are you sure you wish to Quit?" �
# > button {"Yes", "No"} default button {No"}
# > if the button returned of the result is "No" then
# > return true
# > else
# > return false
# > end if
# > end if
# > end menuSelect
# >
# > That looks a lot like an XTalk language to me...
# >
# > Archives: http://www.mail-archive.com/[email protected]/
# > Info: http://www.xworlds.com/metacard/mailinglist.htm
# > Please send bug reports to <[EMAIL PROTECTED]>, not this list.
# >
#
#
# Archives: http://www.mail-archive.com/[email protected]/
# Info: http://www.xworlds.com/metacard/mailinglist.htm
# Please send bug reports to <[EMAIL PROTECTED]>, not this list.
#
Visit us at http://www.clearstream.com
IMPORTANT MESSAGE
Internet communications are not secure and therefore Clearstream International does not
accept legal responsibility for the contents of this message.
The information contained in this e-mail is confidential and may be legally
privileged. It is
intended solely for the addressee. If you are not the intended recipient, any
disclosure,
copying, distribution or any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are those of the
individual sender, except where the sender specifically states them to be the views of
Clearstream International or of any of its affiliates or subsidiaries.
END OF DISCLAIMER
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.