Thanks Jim!

Exactly what I needed.

        Lee


> -----Original Message-----
> From: Jim McAtee [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, November 04, 2001 8:52 PM
> To: CF-Talk
> Subject: Re: Random Letters?
> 
> 
> Uppercase:
> 
> Chr(Asc("A") + RandRange(0, 25))
> 
> Lowercase:
> 
> Chr(Asc("a") + RandRange(0, 25))
> 
> 
> Jim
> 
> 
> ----- Original Message ----- 
> From: "Lee Fuller" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, November 04, 2001 9:33 PM
> Subject: Random Letters?
> 
> 
> > Anyone have a quick way of generating a couple of random letters? 
> > Something basic?
> > 
> > TTAIA
> > 
> > Lee
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to