Re: Random character String
Re: Random character String
- Subject: Re: Random character String
- From: Brian Johnson <email@hidden>
- Date: Wed, 16 Mar 2005 09:05:33 -0800 (PST)
I'm sure you'll get a bunch. Here's one
set x to "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
set xset to characters of x
set ran to ""
repeat 8 times
set ran to ran & some item of xset
end repeat
- brian johnson, university of washington dept of architecture
On Wed, 16 Mar 2005, Todd Geist wrote:
Hello Everyone,
I need a routine to generate a Random string of characters. It should be 8
to 10 letters long and I think I want to only include UPPERCASE letters.
Can anyone point me in the right direction?
Thank so much
Todd
_______________________________________________
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
_______________________________________________
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