Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/b73b2292d91432b4f88edb8bd16e849c to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset local.type = "Task Data">
<cfif ListFindNoCase("Investor Summary,Preferred Agent Report Card,Agent License Information,Agent Data,Production Data,Production Data Exception",local.type) EQ 0>
<cfdump var="yes">
<cfelse>
<cfdump var="No">
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment