RE: finding special characters in a list

2001-05-15 Thread Mike Townend
Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 15:34 To: CF-Talk Subject: Re: finding special characters in a list It should be chr(13) & chr(10) and not the other way around. Not sure if that will work or not as I'm not sure what St

Re: finding special characters in a list

2001-05-15 Thread Howie Hamlin
usion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server - Original Message - From: "Stephenie Hamilton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 10:28 AM Subject: RE: finding special character

RE: finding special characters in a list

2001-05-15 Thread Stephenie Hamilton
thanks michael, craig, david... got it working -- Stephenie -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 10:35 AM To: CF-Talk Subject: Re: finding special characters in a list CR is generally CHR(13)+CHR(10) in that order. DC

RE: finding special characters in a list

2001-05-15 Thread Mike Townend
8:42 AM To: CF-Talk Subject: RE: finding special characters in a list What you will probably have to do is use the Find() function in conjunction with the Chr() function. Ie to find a carriage return in some text you would Find(Chr(10) & Chr(13), mystring) HTH -Original Message-

Re: finding special characters in a list

2001-05-15 Thread Michael Dinowitz
> > > i have tried ΒΆ, no luck... > > -- > Stephenie > > > > -Original Message- > From: Mike Townend [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 8:42 AM > To: CF-Talk > Subject: RE: finding special characters in a list > > >

Re: finding special characters in a list

2001-05-15 Thread David E. Crawford
CR is generally CHR(13)+CHR(10) in that order. DC - Original Message - From: "Stephenie Hamilton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 10:28 Subject: RE: finding special characters in a list > this does

RE: finding special characters in a list

2001-05-15 Thread Howarth, Craig (IBK-NY)
You have them reversed. Try . > -Original Message- > From: Stephenie Hamilton [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 10:28 AM > To: CF-Talk > Subject: RE: finding special characters in a list > > this doesn't seem to work, i need it t

RE: finding special characters in a list

2001-05-15 Thread Stephenie Hamilton
o: CF-Talk Subject: RE: finding special characters in a list What you will probably have to do is use the Find() function in conjunction with the Chr() function. Ie to find a carriage return in some text you would Find(Chr(10) & Chr(13), mystring) HTH -Original Message- From:

RE: finding special characters in a list

2001-05-15 Thread Mike Townend
What you will probably have to do is use the Find() function in conjunction with the Chr() function. Ie to find a carriage return in some text you would Find(Chr(10) & Chr(13), mystring) HTH -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14,