Yep!  CFAS 4.5.1 also pukes on Randomize("OrderID").

best,  paul

At 03:33 PM 11/27/00 -0500, you wrote:
>Have you tried putting quotation marks around OrderID without the # signs?
>
>e.g. <CFSET TMP = Randomize("OrderID")>
>
>- - - Jeanne
>
>----- Original Message -----
>From: "paul smith" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Monday, November 27, 2000 2:47 PM
>Subject: Randomize
>
>
> > The following works in CFAS 4.01 but not CFAS 4.51:
> >
> > <CFSET TMP = Randomize(OrderID)>
> >
> > Changing to:
> >
> > <CFSET TMP = Randomize("#OrderID#")>
> >
> > is no help.
> >
> > Any suggestions?
> >
> > best,  paul
> >

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to