Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/638eb3d70b6184a7e0b23e9482b9619a 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>AAA1</h1>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment