Re: Seeking "non-programmer's" AppleScript reference
Re: Seeking "non-programmer's" AppleScript reference
- Subject: Re: Seeking "non-programmer's" AppleScript reference
- From: Michelle Steiner <email@hidden>
- Date: Wed, 20 Oct 2004 17:44:02 -0700
On Oct 20, 2004, at 3:38 PM, Eric Geoffroy wrote:
I'd like to hear some more about this:
set debug to true
[...]
if debug is true then say "Variable1 is " & var1 & ", variable2 is " &
var2 & "."
Essentially, you set a global variable named "debug"; then wherever you
might want to insert a debug statement (say, display dialog, log,
etc.), you put in "if debug is true then <whatever>".
--
Whoever said the last man standing is the winner didn't invite the girl.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden