"Joe Eugene" <[EMAIL PROTECTED]> wrote: > You used to be able to do in CF5.0 > <cfset x=1> > <cfset Result=iif(x,"z='Arg1';5","z='Arg2';10")>
Interesting. That's actually a primitive form of CFSCRIPT -- the CF 4.x and CF 5 expression parser was actually the CFSCRIPT parser in a locked-down mode. Mostly locked-down, as we see here... CFMX's parser draws clearer distinctions between CFSCRIPT and expressions. On balance, I'd have to call it a CF5 bug, I'm afraid. Best regards, -- Tom Harwood Macromedia Server Products CFML Language Development ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

