This is a multi-part message in MIME format.
------=_NextPart_000_05D0_01BFAA20.CF783420
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<cfset form.search_string =3D Replace(form.search_string, ' ', ' ', =
'All')>
<cfset form.search_string =3D Replace(form.search_string, ', ', ' ', =
'ALL')>
<cfset form.search_string =3D Replace(form.search_string, ' , ', ' ', =
'ALL')>
<cfset form.search_string =3D Replace(form.search_string, ',', ' ', =
'ALL')>
I attempted to use:=20
<cfset form.search_string =3D ReplaceList(form.search_string, "' ', ', =
', ' , ', ','", "' ', ' ', ' '")>
to achieve the same purpose. However, it doesn't work. What am I doing =
wrong here?
------=_NextPart_000_05D0_01BFAA20.CF783420
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2> </DIV></FONT>
<DIV><FONT face=3DArial size=3D2><cfset form.search_string =3D=20
Replace(form.search_string, ' ', ' ', 'All')><BR><cfset=20
form.search_string =3D Replace(form.search_string, ', ', ' ',=20
'ALL')><BR><cfset form.search_string =3D =
Replace(form.search_string, ' , ',=20
' ', 'ALL')><BR><cfset form.search_string =3D =
Replace(form.search_string,=20
',', ' ', 'ALL')></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I attempted to use: </FONT></DIV>
<DIV><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2><cfset=20
form.search_string =3D ReplaceList(form.search_string, "' ', ', ', =
' , ',=20
','", "' ', ' ', ' '")></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>to achieve the same purpose. =
However, it=20
doesn't work. What am I doing wrong =
here?<BR></DIV></FONT></BODY></HTML>
------=_NextPart_000_05D0_01BFAA20.CF783420--
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.