Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <cfoutput>
  2.  
  3.  
  4. <cfset name="max">
  5. <cfif name eq "max">
  6. this is #name#
  7. <cfelse>
  8. Who is this?
  9. </cfif>
  10.  
  11. </cfoutput>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement