• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Fwd: Milliseconds elapsed?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Milliseconds elapsed?


  • Subject: Fwd: Milliseconds elapsed?
  • From: Brian Christmas <email@hidden>
  • Date: Tue, 06 Sep 2016 10:13:00 +1000


Sorry, did not copy all of the script, and did not proof read the send. I’m slack.

set a to my milleDT()
delay 1.5
set b to my milleDT()

try
set a to a as date
on error errmsg
tell application "System Events"
activate
display dialog errmsg giving up after 10
end tell
end try

try
set c to b - a
on error errmsg
tell application "System Events"
activate
display dialog errmsg giving up after 10
end tell
end try

on milleDT()
try
do shell script "defaults read b"
on error errorText
text 1 thru 23 of errorText
end try
end milleDT

Regards

Santa

And what, you ask, was the beginning of it all?
And it is this......
Existence that multiplied itself
For sheer delight of being
And plunged with numberless trillions of forms
So that it might
find
itself
innumerably

Sri Aurobindo




And what, you ask, was the beginning of it all?
And it is this......
Existence that multiplied itself
For sheer delight of being
And plunged with numberless trillions of forms
So that it might
find
itself
innumerably

Sri Aurobindo



 _______________________________________________
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

  • Follow-Ups:
    • Re: Milliseconds elapsed?
      • From: Jim Underwood <email@hidden>
    • Re: Milliseconds elapsed?
      • From: Jim Underwood <email@hidden>
References: 
 >Milliseconds elapsed? (From: Brian Christmas <email@hidden>)

  • Prev by Date: Milliseconds elapsed?
  • Next by Date: Re: Milliseconds elapsed?
  • Previous by thread: Milliseconds elapsed?
  • Next by thread: Re: Milliseconds elapsed?
  • Index(es):
    • Date
    • Thread