Re: Dice
Re: Dice
- Subject: Re: Dice
- From: kai <email@hidden>
- Date: Wed, 27 Oct 2004 03:45:17 +0100
On Tue, 26 Oct 2004 21:46:01 -0400, David Andrews wrote:
On Oct 26, 2004, at 3:10 AM, Michelle Steiner wrote:
Hmm, which of the following is the fastest?
random number from 1 to 6
some word of "1 2 3 4 5 6"
some item of {1,2,3,4,5,6}
[snip]
So "some item of nums" is much faster that the other two techniques.
Try:
some paragraph of "1
2
3
4
5
6"
;-)
---
kai
_______________________________________________
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
- Follow-Ups:
- Re: Dice
- From: David Andrews <email@hidden>