It isn't ugly, but it can be a pain.

I would like to see CF be able to be tag based or like everything else.

It does get old typing stuff like
<cfif blah>
<cfelse>
</cfif>

I like
if (blah) {
} else {
}

while you can use CFscript for this, there are a number of things you can't 
do with CFScript. Like including a file, running a query, creating an 
instance of an object. Create Complete CFCs

Some of these things can now be done using UDF, but that requires an 
additional file included, which can end up being pretty big.


At 02:42 PM 10/29/2002 -0800, you wrote:
>CF syntax is not ugly, but i do get tired of typing < >
>Thank God for cfscript

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to