Guest User

Untitled

a guest
May 20th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <cfset DLRoofType = 3>
  2.  
  3. <cfswitch expression="#DLRoofType#">
  4. <cfcase value="3">shingles</cfcase>
  5. <cfdefaultcase>Other</cfdefaultcase>
  6. </cfswitch>
  7. <cfoutput>#DLRoofType#</cfoutput>
Add Comment
Please, Sign In to add comment