Scott,

Try  Replace(form.salaryreq, #, ## , ALL) to escape the pound sign.

HTH,
--John





                                                                                       
               
                    Scott Becker                                                       
               
                    <SBecker@Connec        To:     CF-Talk <[EMAIL PROTECTED]> 
               
                    tWise.com>             cc:                                         
               
                                           Subject:     # sign in my string!           
               
                    10/10/2000                                                         
               
                    08:26 AM                                                           
               
                    Please respond                                                     
               
                    to cf-talk                                                         
               
                                                                                       
               
                                                                                       
               



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/plain;
           charset="iso-8859-1"

All,

Heres another stumper...
<CFSET salreq = "#IIf(len(form.salaryreq), DE(form.salaryreq), DE("None
Listed"))#">

If there is a # sign in form.salaryreq, this blows up... How would I get
around this?
I've tried various combinations of quotes... I know why this blows up, but
I
dont know how to get around this? argh! :)

Scott Becker
Web Developer : ConnectWise, Inc.
www.ConnectWise.com

------_=_NextPart_001_01C032BD.C4B88700
Content-Type: text/html;
           charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12">
<TITLE># sign in my string!</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>All,</FONT>
</P>

<P><FONT SIZE=3D2>Heres another stumper...</FONT>
<BR><FONT SIZE=3D2>&lt;CFSET salreq =3D &quot;#IIf(len(form.salaryreq), =
DE(form.salaryreq), DE(&quot;None Listed&quot;))#&quot;&gt;</FONT>
</P>

<P><FONT SIZE=3D2>If there is a # sign in form.salaryreq, this blows =
up... How would I get around this?</FONT>
<BR><FONT SIZE=3D2>I've tried various combinations of quotes... I know =
why this blows up, but I dont know how to get around this? argh! =
:)</FONT>
</P>

<P><FONT SIZE=3D2>Scott Becker</FONT>
<BR><FONT SIZE=3D2>Web Developer : ConnectWise, Inc.</FONT>
<BR><FONT SIZE=3D2>www.ConnectWise.com</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C032BD.C4B88700--
------------------------------------------------------------------------------

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