Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/10b2fc6cfdbef937682165ac1e6c00c4 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/10b2fc6cfdbef937682165ac1e6c00c4 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
// variables.cleanupautosettledays = false;
if( structKeyExists(variables, "cleanupautosettledays") && variables.cleanupautosettledays ){
writeOutput("<h1>AAA1</h1>");
}
</cfscript>
<cfif structKeyExists(variables, "cleanupautosettledays") AND variables.cleanupautosettledays>
<h1>AAA2</h1>
</cfif>
<h1>BBB1</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment