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
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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