CFScript: Difference between revisions

Content deleted Content added
m Adding Lucee
Line 42:
</source>
 
ColdFusion 11 and, Railo 4.1+ and [[Lucee]] 4.5+ both do their best to fully support cf tags in CFScript.
While there may not be direct substitutions for all tags, it is often still possible to achieve the results of a tag in script, but via a different syntax. For example this is how to get a query into a variable in CFSCRIPT without writing a UDF:
<source lang="cfm">