Whatever message this page gives is out now! Go check it out!
ParagraphFormat(string)Parameter | Description |
string | A string or a variable that contains one |
<cfscript>
myText="This is my block of text.
It has both single newline characters in it like this paragraph, and
double newline characters like in the next paragraph.
This is the paragraph with the double newline characters."
writeOutput(ParagraphFormat(myText))
</cfscript>