Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/684ebba45f0041775de3195611a04913 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset local.type = "Investor Summary">
<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