This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function web_nl2br(const str: string): string;

Arguments:

str Source string

Description:

Replaces all end-of-line characters with <br /> tags.

Returns:

Replacement result.

Usage:

s := 'First line' + #13+#10 + 'Second line';
s := web_nl2br(s);

See also:

web_disable_tags.

PSP Help documents