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

Description:

Returns number of environment variables in the list.

Returns:

Variable count or 0 if the list is empty.

Usage:

i := web_count_env;

See also:

web_fetch_env_name, web_fetch_env_value.

PSP Help documents