Does ColdFusion CR / LF include Wrap?
I need to do word wrap with several considerations:
-
MS WORD Source File
-
Copy and paste the text into the textbox in cfform.
-
Use
#wrap (theTextVar, 80) #
to display 80 characters -
The text is loaded into a legacy system that requires loading ANSI or ASCII characters.
Everything seems to work well, I just wanted to make sure that someone else is lucky enough to know if CR / LF is being entered after each line in the output text (Step 3)?
+2
a source to share
2 answers