Re: String Manipulation troubles

2002-06-26 Thread Justin Scott
Clint Tredway" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 11:09 AM Subject: Re: String Manipulation troubles > First off,trim your var in the if statement and then change the "IS" to "eq". I have had this pro

RE: String Manipulation troubles

2002-06-26 Thread Brian Scandale
Sorry All Stupid Operator Error: It works... I just can't read. That's what I get for 2am morning sessions. Brian At 09:05 AM 6/26/02, you wrote: >It works for me > >Ade > >-Original Message- >From: Brian Scandale [mailto:[EMAIL PROTECTED]] >Sent: 26 June 2002 08:50 >To: CF-Talk >

Re: String Manipulation troubles

2002-06-26 Thread Brian Scandale
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".

Re: String Manipulation troubles

2002-06-26 Thread Brian Scandale
Tried it Clint, see below... It does NOT test True for the Square Bracket. Does this have something to do with Regular Expressions? What's the proper way to test for the ] character? temp = #temp# temp = #temp# Yep It Works! At 08:09 AM 6/26/02, you wrote: >First off,trim your var in the if

RE: String Manipulation troubles

2002-06-26 Thread Adrian Lynch
It works for me Ade -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: 26 June 2002 08:50 To: CF-Talk Subject: String Manipulation troubles Why doesn't this statement catch the "]" character? Or a better question is How do i branch on that character... chr(93)

Re: String Manipulation troubles

2002-06-26 Thread Jerry Johnson
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

Re: String Manipulation troubles

2002-06-26 Thread Clint Tredway
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 S