Guest User

Untitled

a guest
Aug 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <cfscript>
  2. fullname="bhuvi";
  3.  
  4. if ( fullname eq "bhui") {
  5. WriteOutput( 'The truth is out there.' );
  6. }else{
  7. writeoutput('not a correct name')
  8. }
  9.  
  10. </cfscript>
  11.  
  12. <br />
  13. <cfset firstname="bhuvi">
  14. <cfif firstname eq "bhuvi">
  15. The truth is out there!
  16. <cfelse> this is false
  17. </cfif>
Add Comment
Please, Sign In to add comment