Re: Dice
Re: Dice
- Subject: Re: Dice
- From: Michelle Steiner <email@hidden>
- Date: Tue, 26 Oct 2004 00:10:36 -0700
On Oct 25, 2004, at 10:36 PM, Joseph Weaks wrote:
I don't really understand what you mean. You need to be more specific.
Perhaps something like this?
set theDie to "one two three four five six"
some word of theDie
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}
For very large ranges, the first is the easiest to type.
-- Michelle
--
"The optimist proclaims that this is the best of all possible worlds ;
and the pessimist fears this is true." --James Branch Cabell
_______________________________________________
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
References: | |
| >Re:Dice (From: Kevin <email@hidden>) |
| >Re: Dice (From: Joseph Weaks <email@hidden>) |