Citeren Cyphre <[EMAIL PROTECTED]>: Very nice !!!
And the nicest part is "And i have to quite Gregg on this" the Mailing list is always a good checklist ;-) I myself also was working on a random string for passwords but is did not even got close to this small !!! (R)egards, Norman. > Oops! ;) > > this is the right code for random string of 8 chars from #"A" to #"Z": > > >> rejoin array/initial 8 [to-char (random 25) + 64] > == "LBAUXVRH" > > Anyway, the technique remains the same like in my previous post... > > regards, > > Cyphre > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, April 10, 2002 4:22 AM > Subject: [REBOL] random string > > > > > > Hi, > > > > Is there a better way of creating a random string of 8 characters than > the > > folowing? > > > > salt-string: copy "" > > loop 8 [ append salt-string to-char add random 78 48 ] > > > > Thanks, > > > > John > > > > -- > > To unsubscribe from this list, please send an email to > > [EMAIL PROTECTED] with "unsubscribe" in the > > subject, without the quotes. > > > > > > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > -- dinner/conversation: "How do you eat your Rebol in the morning?" -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.