Replacing Characters

2004-01-29 Thread Eric Creese
I need to strip "(double quote) out of a string of characters. I tried the following but it bombed. Can anyone steer me in the right direction? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

replacing characters

2000-05-09 Thread Chris Giminez
How can I change a value of a variable with this format 12/345,678 to this format 12-345678 I need to replace the / with a - and remove the comma. Thanks, Chris Giminez Owner - Cyber Scriber Web Site Design 831-728-4469 ICQ# 2628000 --

replacing characters

2004-09-21 Thread Eric Creese
I have some apps that let's user input data intoa databases. Users ofter write a document in word then paste it's contents into a form field and submit to the website. Problem I am seeing are characters such as ', ", - from Word get inputed as bizare symbols so when the test is displayed on the web

Studio replacing characters

2000-08-07 Thread Hondo Burney
Got a problem with Studio 4.5.1, it sometimes randomly replaces the a closing tag symbol ">" with the html code ">" For instance, about every 4 or 5 times I save the document it will replace this line : SELECTED>Unavailable with this one SELECTED>Unavailable I have tried turning off the "auto

RE: Replacing Characters

2004-01-29 Thread Douglas.Knudsen
You can use single ticks.  NOte, no need for the #s either. Doug -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:32 PM To: CF-Talk Subject: Replacing Characters I need to strip "(double quote) out of a string of characters. I

RE: Replacing Characters

2004-01-29 Thread Nathan Strutz
don't need #'s in your variables when they're inside cf functions or inside and tags.   -Original Message-   From: Eric Creese [mailto:[EMAIL PROTECTED]   Sent: Thursday, January 29, 2004 11:32 AM   To: CF-Talk   Subject: Replacing Characters   I need to strip "(double q

RE: Replacing Characters

2004-01-29 Thread Barney Boisvert
e the single quotes ^ ^ Cheers, barneyb > -Original Message- > From: Eric Creese [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 10:32 AM > To: CF-Talk > Subject: Replacing Characters > > I need to strip "(double quote) out of a string of > charac

RE: replacing characters

2000-05-09 Thread Russel Madere
Try: -Original Message- From: Chris Giminez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 1:08 PM To: [EMAIL PROTECTED] Subject: replacing characters How can I change a value of a variable with this format 12/345,678 to this format 12-345678 I need to replace the

RE: replacing characters

2000-05-09 Thread Mulcahey, Robert J. (James Tower)
Try this ~ Rob Mulcahey Programmer James Tower 507-386-9380 [EMAIL PROTECTED] ~ -Original Message- From: Chris Giminez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 1:08 PM To: [EMAIL PROTECTED] Subject: replacing characters How

Re: replacing characters

2000-05-09 Thread Jacob
#newnumber3# ? At 11:08 AM 5/9/00 -0700, you wrote: >How can I change a value of a variable with this format > >12/345,678 > >to this format > >12-345678 > >I need to replace the / with a - and remove the comma. > >Thanks, > >Chris Giminez >Owner - Cyber Scriber Web Site Design >831-728

Re: replacing characters

2000-05-09 Thread David Hannum
#Replace("12/315,678", "/", "-", "ALL")# #Replace("12-345,678", ",", "", "ALL")# Dave - Original Message - From: Chris Giminez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 09

Re: replacing characters

2000-05-10 Thread James Sleeman
On Tue, 9 May 2000 11:08:23 -0700, "Chris Giminez" <[EMAIL PROTECTED]> wrote: > > How can I change a value of a variable with this format > > 12/345,678 > > to this format > > 12-345678 should do the trick I think (untested).

Re: replacing characters

2004-09-21 Thread Rick Root
Eric Creese wrote: > I have some apps that let's user input data intoa databases. Users ofter > write a document in word then paste it's contents into a form field and > submit to the website. Problem I am seeing are characters such as ', ", > - from Word get inputed as bizare symbols so when t

Re: replacing characters

2004-09-21 Thread Charlie Griefer
http://www.cflib.org/udf.cfm?ID=725 On Tue, 21 Sep 2004 12:47:52 -0500, Eric Creese <[EMAIL PROTECTED]> wrote: > I have some apps that let's user input data intoa databases. Users ofter write a document in word then paste it's contents into a form field and submit to the website. Problem I am seei

RE: replacing characters

2004-09-21 Thread Pascal Peters
http://www.cflib.org/udf.cfm?ID=725 Pascal > -Original Message- > From: Eric Creese [mailto:[EMAIL PROTECTED] > Sent: 21 September 2004 19:48 > To: CF-Talk > Subject: replacing characters > > I have some apps that let's user input data intoa databases. Users o

Re: Studio replacing characters

2000-08-07 Thread Kevin Schmidt
> is the symbol for > just as < is the symbol for < It will still display the same - Original Message - From: "Hondo Burney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 07, 2000 4:20 PM Subject: Studio replacing characters >

RE: Studio replacing characters

2000-08-07 Thread Chapman, Katrina
ROTECTED]] Sent: Monday, August 07, 2000 12:36 PM To: [EMAIL PROTECTED] Subject: Re: Studio replacing characters > is the symbol for > just as < is the symbol for < It will still display the same - Original Message - From: "Hondo Burney" <[EMAIL PROTECTED]> To: <[E

Re: Studio replacing characters

2000-08-07 Thread Kevin Schmidt
SELECTED >Unavailable In this example it is in the HTML. It shouldn't replace it if it is part of a tag. - Original Message - From: "Chapman, Katrina" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 07, 2000 1:46 PM Subject: RE: Studi

RE: Studio replacing characters

2000-08-07 Thread Katrina Chapman
That's the point Kevin. It shouldn't but it is. --K -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:55 PM To: [EMAIL PROTECTED] Subject: Re: Studio replacing characters SELECTED >Unavailable In this example it is in

RE: Studio replacing characters

2000-08-07 Thread Mark Armendariz
AIL PROTECTED] Subject: RE: Studio replacing characters That's the point Kevin. It shouldn't but it is. --K -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:55 PM To: [EMAIL PROTECTED] Subject: Re: Studio replacing character

RE: Studio replacing characters

2000-08-07 Thread Dan Haley
EMAIL PROTECTED]] Sent: Monday, August 07, 2000 12:55 PM To: [EMAIL PROTECTED] Subject: Re: Studio replacing characters SELECTED >Unavailable In this example it is in the HTML. It shouldn't replace it if it is part of a tag. - Original Message - From: "Chapman, Katri

Re: Studio replacing characters

2000-08-07 Thread Kevin Schmidt
In that example what tag is > part of I can't see any? - Original Message - From: "Katrina Chapman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 07, 2000 2:04 PM Subject: RE: Studio replacing characters > That's the point K

RE: Studio replacing characters

2000-08-07 Thread Hondo Burney
e display. > >This: >3>SELECTED>Unavailable > >Should be: >3>SELECTED>Unavailable > >Dan > >-Original Message- >From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] >Sent: Monday, August 07, 2000 12:55 PM >To: [EMAIL PROTECTED] >Subject: Re: Studio

Re: Studio replacing characters

2000-08-07 Thread Kevin Schmidt
ugust 07, 2000 5:39 PM Subject: RE: Studio replacing characters SELECTED>Unavailable Actually, this is the way it was originally, but when I cut and pasted the example, I cut it from the Studio altered code. So your observation of the additional ">" after the " symbol AND repla

RE: Replacing Characters - SOLVED

2004-01-29 Thread Eric Creese
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:38 PM To: CF-Talk Subject: RE: Replacing Characters You can use single ticks.  NOte, no need for the #s either. Doug -Original Message- From: Eric Creese [mailto

Replacing characters in a string

2003-01-07 Thread Ryan Mitchell
This should be a simple enough one... I have a credit card number, 16 digits long, and I want to star (*) out the middle 8. How do I do this? TIA Ryan ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subsc

RE: Replacing characters in a string

2003-01-07 Thread Robertson-Ravo, Neil (RX)
take the numberread the first 8 numbers and the output them with hardcoded *'s. simple Or do you mean by Javascript as they type? N -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 12:56 To: CF-Talk Subject: Replacing characters in a s

Re: Replacing characters in a string

2003-01-07 Thread Ryan Mitchell
mean by Javascript as they type? > > N > > -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] > Sent: 07 January 2003 12:56 > To: CF-Talk > Subject: Replacing characters in a string > > > This should be a simple enough one... > > I have a

RE: Replacing characters in a string

2003-01-07 Thread Pascal Peters
Insert("",RemoveChars(ccnumber,5,8),4) -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] Sent: dinsdag 7 januari 2003 13:56 To: CF-Talk Subject: Replacing characters in a string This should be a simple enough one... I have a credit card number, 16 d

RE: Replacing characters in a string

2003-01-07 Thread Everett, Al
Remember: Amex numbers are 15 digits long. > -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 07, 2003 7:56 AM > To: CF-Talk > Subject: Replacing characters in a string > > > This should be a simple enough one... &

RE: Replacing characters in a string

2003-01-07 Thread Ryan Emerle
Yet another way.. With regular expressions: -Ryan -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 7:56 AM To: CF-Talk Subject: Replacing characters in a string This should be a simple enough one... I have a credit card number, 16

RE: Replacing characters in a string

2003-01-07 Thread Ryan Emerle
Sorry.. MIDDLE eight.. Now it gets ugly with regEx.. -Ryan -Original Message- From: Ryan Emerle Sent: Tuesday, January 07, 2003 10:47 AM To: CF-Talk Subject: RE: Replacing characters in a string Yet another way.. With regular expressions: -Ryan -Original Message- From