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)
Return Value
HTML string with < br>
and < p>
embedded.
Parameters
lcText
Multi-line text to be formatted as HTML.
See also:
Library wwUtils© West Wind Technologies, 1996-2024 • Updated: 12/16/15
Comment or report problem with topic