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_entry_count(re: RegexpEntry): longint;

Arguments:

re Entry handle

Description:

This function returns number of submasks in the entry.

Returns:

Number of submasks or -1 on error.

Usage:

i := regexp_entry_count(re);

See also:

regexp_entry.

PSP Help documents