Why not take in chr(13) + chr(10), and store those...
# cfml-general
q
Why not take in chr(13) + chr(10), and store those locally. When you go to render, you can do a ReReplace(var,"\n","<br>"); on your display code...
👍 3
j
This is the way.
q
I mean... it is basic computer science. that's how you express newlines....
j
Yeah. While we are at it, we should reinvent the wheel. I mean, that's SO 1920's. :) If it isn't broke and works, why change it?
d
See my comments in the original thread please.