> I'm wishing the same thing, as well as a whole swag of over operators, 
> making CFSCRIPT more ecmascript compliant. I wish they had focused some of 
> their attention that way...

I raised this a while back: didn't get much comment one way or the other.

I reckon the only place I want to see a <cf> is like this:

<?cf
        query(name="q", datasource=application.dsn, sql="select * from table 
where
col1 = #queryparam(value="adam", type="varchar", length=4)# order by
col1");

        dump(q);
        abort();
        // etc
/>

IE: like ASP, PHP, JSP: have a marker that delimits where the code starts
and stops, and everything outwith that is HTML. I just cannot fathom this
whole <cfthis>, <cfthat>, <cfeverybliminthing>

Without the tag nonsense, they could get rid of the excrutiatingly awful
operators LT, GT etc.

I wish they'd just deprecate CFML completely and just move everything over
into cfscript.

Adam

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to