| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Le 2 juin 07 à 11:03:51, Nigel Redmon a écrit : …
property theList1 : {} set noteOn to false
set startTime to (time of (current date)) set theList1 to {} set timeStamp to 0 repeat with idx from 1 to 2000 set end of my theList1 to {timeStamp, noteOn, 60, 100} set end of my theList1 to {timeStamp + 1, noteOn, 60, 0} set timeStamp to timeStamp + 1 end repeat (time of (current date)) - startTime
…
maybe this variant may be faster
property theList1 : {}
set noteOn to falseYvan KOENIG
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-users/email@hidden Archives: http://lists.apple.com/archives/applescript-users
| References: | |
| >list-building performance (From: Nigel Redmon <email@hidden>) | |
| >Re: list-building performance (From: KOENIG Yvan <email@hidden>) | |
| >Re: list-building performance (From: Nigel Redmon <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.