Content deleted Content added
Aandrewdixon (talk | contribs) m Adding Lucee |
|||
Line 42:
</source>
ColdFusion 11
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">
|