How to make ListFind() to consider a string having a comma in it as a complete single string.

Posted by Somu on Stack Overflow See other posts from Stack Overflow or by Somu
Published on 2010-05-10T13:53:02Z Indexed on 2010/05/10 17:04 UTC
Read the original article Hit count: 198

Filed under:
|

Hi, I got a problem in using listfind().

I have a list of strings.One of my string has a comma.

Now when i use listfind() to compare with another string I dont get the output expected. i.e The string with a comma in it is not detected.

Please can anyone tell me how to make the listfind to work even for the string having comma in it ?

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about cfml