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

Arguments:

re Entry handle
index Submask index (zero based)

Description:

Returns length of submask.

Returns:

Length of the string or 0 on error.

Usage:

i := regexp_entry_length(re, 1);

See also:

regexp_entry.

PSP Help documents