I would note that it IS possible to use cfset using this syntax... For example. <cfset structclear(session)/> ... The use of "var" inside of cfset is also another example of an attribute without a name value pair (as in <cfset var name = "joe"/>)
-----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, December 10, 2006 6:43 PM To: CF-Talk Subject: RE: Bond sucks and cfreturn sucks > Dave, but even a value in CF usually works like so -- value="thevalue" That's not a value, it's an attribute - a name-value pair. I suppose they could've provided an attribute for CFRETURN, but then it would be different from return statements everywhere else. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263614 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

