Help!
I output a list of values from a db like "לםמ"
How do I escape the #'s so the browser renders them as is?
I can't insert them into the db with double #'s, so I need to either
replace one # with 2 ##'s or have CF Not evaluate the string.
I tried
Replace(String, "#", "##")
and
Replace(String, "##", "####")
but neither works.
TIA
John
------------------------------------------------------------------------------
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.