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

Description:

Returns number of dynamically assigned (template) variables in the list.

Returns:

Variable count or 0 if the list is empty.

Usage:

i := web_count_vars;

See also:

web_fetch_var_name, web_fetch_var_value.

PSP Help documents