> what is a good referance to learn CF_Script?
> What URL's do you have?
> 
> i would like to know why you would or would not use it.
> what are its benifits?

It doesn't really have any benefits. It's an alternative, and an incomplete
one at that, to using the CFML tag-based syntax. It might be marginally
faster doing some operations, such as initializing lots of variables at
once, and it might be slower doing other operations. If you feel more
comfortable using it, go ahead and use it.

> i have noticed that Ultra_Dev uses it alot in its pages.

There's a reason UltraDev uses it. UltraDev supports three script
environments: CF, ASP and JSP. For doing things like looping over a query,
ASP and JSP have similar syntax. In CF, the best way to emulate that syntax
is using CFSCRIPT. It's actually less efficient to loop over a query using
CFSCRIPT, but it's a lot easier for the Macromedia guys to write code that
will work the same way in all three script environments.

In general, code generators aren't especially good at producing optimized
code.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to