http://www.allaire.com/cfdocs/Developing_Web_Applications_with_ColdFusion/20
_Extending_ColdFusion_Pages_with_CFML_Scripting/dwa20.htm

Just read the online docs Allaire has up (or in CFStudio) "Developing Web
Applications with ColdFusion" > "Extending ColdFusion Pages with CFML
Scripting". Pretty much just follow very basic JS syntax using CF operators.
It's rather limited, so don't expect ternary (? :) operators or even
anything as simple as += or ++ style shortcuts.

If in doubt semi-colon all expressions and enclose control statements in
curly brackets: They are rarely invalid in this class of syntax, just
unnecessary at times. Err on the side of extra keystrokes and you should be
fine.

-----Original Message-----
From: Brad Comer [mailto:[EMAIL PROTECTED]]
Sent: May 4, 2001 21:53
To: CF-Talk
Subject: CFSCRIPT-Reference


Can any one recommend a good reference for CFSCRIPT code. I realize it is
similar to CF code, but it is different in syntax.

Thanks In Advance!
Brad Comer
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to