ParagraphFormat(string)
Returns string with converted single newline characters (CR/LF sequences) into spaces and double newline characters into HTML paragraph markers (<P>).
See also StripCR.
String being converted to the HTML paragraph format.
ParagraphFormat is useful for displaying data entered into TEXTAREA fields.