Read CFAUSSIE for a while and read some of the replys to questions! :) Failing that this bit of code will generate a 5 character random string:
<CFSET pWord = "#Chr(RandRange(65,91))##Chr(RandRange(65,91))##Chr(RandRange(65,91))##Chr(R andRange(65,91))##Chr(RandRange(65,91))#"> Change the range of the ASCII codes if you want a combination of numbers or capital / lowercase. Putting it in a loop would probably be cleverer too... cya! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Balaji Sent: Tuesday, 18 February 2003 12:20 PM To: CFAussie Mailing List Subject: [cfaussie] generating random passwords Hi, how to generate random strings like this.. deepalo tyygreGG Kjiolwpe suggestions pls. thanks BIm --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
