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_item(re: RegexpEntry; index: longword): string;

Arguments:

re Entry handle
index Submask index (zero based)

Description:

Returns submask value. Index is zero based, submask with 0 index is fullmask entry.

Returns:

Item value as string.

Usage:

s := regexp_entry_item(re, 1);

See also:

regexp_entry.

PSP Help documents