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