Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

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