Re: Logging to the Console
Re: Logging to the Console
- Subject: Re: Logging to the Console
- From: Shane Stanley <email@hidden>
- Date: Wed, 21 Oct 2015 12:11:36 +1100
On 21 Oct 2015, at 11:23 AM, Christopher Stone <email@hidden> wrote:
I didn't know it was this easy to log to the Console.
Easy, but it takes an outrageous ;-) amount of time.
use framework "Foundation" repeat with i from 1 to 10 current application's NSLog("Bah! I can log %.2d to the Console as float %.2f or hex %X, too", i, i as real, i) end repeat
|
_______________________________________________
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