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_count_config: longword;

Description:

Returns number of configuration variables in the list.

Returns:

Variable count or 0 if the list is empty.

Usage:

i := web_count_config;

See also:

web_fetch_config_name, web_fetch_config_value.

PSP Help documents