Right... an email typo indeed ;-(

At 09:01 AM 6/26/02, you wrote:
>Just to make sure it was an email-only typo
>
>You did not close the cfset tag with a >
>
>Jerry Johnson
>
>>>> [EMAIL PROTECTED] 06/26/02 11:09AM >>>
>First off,trim your var in the if statement and then change the "IS" to "eq". I have 
>had this problem before and by always trimming my vars and using eq instead of is, I 
>have had far less problems like this.
>
>HTH
>Clint
>
>---------- Original Message ----------------------------------
>from: Brian Scandale <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED] 
>date: Wed, 26 Jun 2002 00:49:35 -0700
>
>Why doesn't this <cfif> statement catch the "]" character?
>
>Or a better question is How do i branch on that character... chr(93) doesn't work 
>either.
>
><cfset temp = "]"
>
><cfoutput><br>temp = #temp#<br></cfoutput>
>
><cfif temp IS "]">
>    <cfoutput><br>temp = #temp#<br></cfoutput> Yep It Works!
></cfif>
>
>
>
>
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Reply via email to