utmmoout.wbb

Format text containing CR-LF characters as HTML

Syntax

CALL "utmmoout.wbb",textin$,textout$

Web browsers ignore white space when formatting HTML output. To force data output that contains CF-LF line breaks to retain the breaks, include <P> and <BR> tags in the HTML output. This low-level routine performs this function by analyzing textin$ and substituting the appropriate line- or paragraph-breaks.

The string variable textin$ contains the data with CR-LF line breaks.

textout$ returns a HTML version of the text with <P> and <BR> tags where appropriate.

This routine is not a mirror of "utmmoin.wbb".

 
Return to first page