Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

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

Select an option

Save trycf/3b8cd2786b13db2bb1f2f3c12f6da552 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset rsData.PropertyType = "residential">
<cfif len(rsData.PropertyType)>
<cfset rsData[ "PropertyType" ][ rsData.CurrentRow ] = uCase(left(rsData.PropertyType, 1)) & lCase(right(rsData.PropertyType, len(rsData.PropertyType) - 1))>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment