wwUtils::DisplayMemo
This method formats a memo field for minimal HTML presentation by simply converting multiple linebreaks to < p> paragraph tags and linebreaks to < br\> breaks. This behavior is similar to Response.WriteMemo(), but doesn't require a Response object.
o.DisplayMemo(lcText)
Returns
HTML string with < br> and < p> embedded.
Parameters
lcText
Multi-line text to be formatted as HTML.
