Created
March 13, 2026 06:46
-
-
Save trycf/172fa23c43383f1e9872eae1f147af19 to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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