Re: strings, again and again
Re: strings, again and again
- Subject: Re: strings, again and again
- From: Kurt Klamp <email@hidden>
- Date: Sun, 3 Feb 2008 11:19:30 +0100
Am 03.02.2008 um 10:07 schrieb Kurt Klamp:
on error
set item i of jobNumRange to "empty"
end try
end repeat
maybe its better:
on error s number n
log s&" number: "&n
set item i of jobNumRange to "empty"
end try
so you can see what error occurs
-- Kurt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden