Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with Single and Double Quotes

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'm new to ColdFusion and pulling my hair out over silly little problems! I am trying to create a single-quote delimited list by using the following:<br><br>&lt;CFSET qualifiedList1=ListQualify(myList,&quot;'&quot;,&quot;,&quot;,&quot;ALL&quot;)&gt;<br><br>(Thanks to Darkman for the tip.)<br>However, I get a list delimited with double-quotes. Any other delimiter character works fine. What am I doing wrong?<br>Any ideas?<br><br>Thanks.
 
I figured it out. (Maybe I'm learning this stuff after all!)<br>When I put the <b>PreserveSingleQuotes</b> function around my query parameter, it worked.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top