Created
November 20, 2025 20:41
-
-
Save trycf/3b8cd2786b13db2bb1f2f3c12f6da552 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
| <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