Re: cure for NSArgumentEvaluationScriptError?
Re: cure for NSArgumentEvaluationScriptError?
- Subject: Re: cure for NSArgumentEvaluationScriptError?
- From: Emmanuel <email@hidden>
- Date: Wed, 22 Sep 2004 07:38:29 +0200
At 9:30 PM -0600 21/09/04, Robert Poland wrote:
In my continuing search for the cure to NSArgumentEvaluationScriptError...
I'm trying plugging in the following.
on error errMSG
log errMSG
I had thought the log would be in the Smile Console window, wrong.
Any clues where the msg will appear?
Your guess is correct. Run the following in a text window (that is,
select the whole text and press Enter):
--------------
try
1 / 0
on error s
log s
end try
--------------
you get "Can't divide 1.0 by zero" in the Console.
Emmanuel
_______________________________________________
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