If you're trying to use line feeds to space out your code, there is no
actual character for that in ColdFusion. However, CF is smart enough to keep
reading until the closing tag, so this

<cfset foo = bar
    & somethingelse />

Is as valid as

<cfset foo = bar & somethingelse />

Francois Levesque
http://blog.critical-web.com/


On Mon, Mar 23, 2009 at 1:29 PM, Claude Schneegans <
[email protected]> wrote:

>
> May be I don't catch it, but this will work perfectly in CF:
> <cfset variables.blah  = queryname.columname1 &
>                                         queryname.columname2 &
>                                          queryname.columname3>
>
> You need no delimiter to tell CF it s only one statement.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to