> Sorry if this is a dumb question, but i'm curious about CFSCRIPT. 
> what language is the script written in? i've seen some examples 
> that look like javascript, but i haven't been able to determine 
> for sure what language is being used. Also, if anyone can point 
> me to a source where i can learn more about it and why/where/when 
> to use it, i'd appreciate it. thanks.

To be precise, the language used is CFSCRIPT!

CFSCRIPT follows JavaScript/ECMAScript general syntax, and uses conditional
logic and program flow constructs from JavaScript/ECMAScript, but has its
own operators and functions.

There's nothing approaching complete documentation on CFSCRIPT. My advice to
you is, if you know JavaScript, just try things out in CFSCRIPT if you're
interested. It supports for loops (although, to the best of my knowledge,
not over the properties of objects like JavaScript does), case statements,
if ... else. Have fun!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to