Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/172fa23c43383f1e9872eae1f147af19 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var cadminrole = 'courseadmin';
if (!listfindnocase(cadminrole,'courseadmin')){
writeoutput("no course admin");
} else {
writeoutput("course admin");
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment