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)

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, 2004-2017 • Updated: 02/28/00
Comment or report problem with topic