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

Description:

Returns number of uploaded files in the list.

Returns:

Variable count or 0 if the list is empty.

Usage:

i := web_count_upfiles;

See also:

web_fetch_upfile_name.

PSP Help documents