-----Original Message-----
From: Melanie Gann [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 07, 2000 3:22 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Spaces

My case is slightly different but the same problem.
The Novell server does not understand space chars and says
"The server cannot understand the message you sent".
So I'm trying to get rid of the spaces and out them back in another
page.

I've tried....

<CFSET Title= #REPLACE(Title," ","_","ALL")#>
<CFSET Title= #REPLACE(Title,"","_","ALL")#>
<CFSET Title= #REPLACE(#Title#," ","_","ALL")#>

and numerous others too.

What is the hex value for space?

This seems too obvious to not work.....but I'm having the same problem.

Regards,
Melanie

At 08:31 AM 7/7/00 -0500, Chris Terrebonne wrote:
>Replace(CompanyName, " ", "", "ALL")
>
>Specify the space, then the null (""), then ALL.
>
>Chris
>----------------------------------------------
>Original Message
>From: "Larry Juncker"<[EMAIL PROTECTED]>
>Subject: RE: Spaces
>Date: Fri, 7 Jul 2000 07:41:01 -0500
>
>>Kevin;
>>
>>I believe that you have to type all inside your last pair of quotes in
>order
>>to replace ALL of the spaces.
>>
>>Your code should like this:
>>
>>#Replace(CompanyName, " ", "ALL")#
>>
>>Hope this helps
>>
>>H   Larry Juncker
>> L  Senior Cold Fusion Programmer
>>  I Heartland Communications Group
>>          Internet Division
>>
>>-----Original Message-----
>>From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, July 06, 2000 8:36 PM
>>To: CF Talk (E-mail)
>>Subject: Spaces
>>
>>
>>I'm trying to strip blank spaces from inside a string but am having no
>luck.
>>I tried this but no joy.
>>
>>#Replace(CompanyName, " ", "")#
>>
>>Any clues please?
>>
>>********************************
>>Kevin Parker
>>Service and Communication
>>WorkCover Corporation
>>
>>[EMAIL PROTECTED]
>>
>>ph:  +61 8 82332548
>>fax: +61 8 82332000
>>********************************
>>
>>
>>
>>
>>**************************************************************************
*
>*
>>This e-mail is intended for the use of the addressee only. It may contain
>>information that is protected by legislated confidentiality and/or is
>>legally privileged. If you are not the intended recipient you are
>prohibited
>>from disseminating, distributing or copying this e-mail. Any opinion
>>expressed in this e-mail may not necessarily be that of the WorkCover
>>Corporation of South Australia. Although precautions have been taken, the
>>sender cannot warrant that this e-mail or any files transmitted with it
are
>>free of viruses or any other defect.
>>If you have received this e-mail in error, please notify the sender
>>immediately by return e-mail and destroy the original e-mail and any
>copies.
>>**************************************************************************
*
>*
>>--------------------------------------------------------------------------
-
>-
>>--
>>Archives: http://www.mail-archive.com/[email protected]/
>>To Unsubscribe visit
>>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>>the body.
>>
>>
>>--------------------------------------------------------------------------
-
>---
>>Archives: http://www.mail-archive.com/[email protected]/
>>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>>
>
>_____________________________________________
>Free email with personality! Over 200 domains!
>http://www.MyOwnEmail.com
>
>---------------------------------------------------------------------------
---
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
Melanie Gann
Second Street Web Design
www.second-street.com

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to