Content deleted Content added
No edit summary |
No edit summary |
||
Line 39:
</pre>
Coldfusion 11 and Railo 4.1 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:
<pre>
|