CFScript: Difference between revisions

Content deleted Content added
No edit summary
Usage: clean up, typo(s) fixed: For example → For example, using AWB
Line 43:
 
ColdFusion 11, 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">
<cfscript>