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 regexp_error_all(rr: RegexpResult): string;

Arguments:

rr Global match result handle

Description:

Returns error message caused by global match call.

Returns:

Message string or empty string if no error has occurred.

Usage:

if regexp_count_all(rr) = 0 then writeln(regexp_error_all(rr));

See also:

regexp_match_all.

PSP Help documents