<cfset mystring ="Jonh, Doe">
<cfset TheText = replace(mystring, ',', '<br>' , "ALL")>
<cfdump var="#TheText#">
why the results shows Jonh<br>Doe instead of
John
Do
Can anyone pls help?
Thanks
<cfset mystring ="Jonh, Doe">
<cfset TheText = replace(mystring, ',', '<br>' , "ALL")>
<cfdump var="#TheText#">
why the results shows Jonh<br>Doe instead of
John
Do
Can anyone pls help?
Thanks