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_fetch_sess_name(index: longword): string;

Arguments:

index Null based index in the list

Description:

Indexed access to session variable name in the list.

Returns:

Variable name string.

Usage:

if web_count_sess > 0
for i := 0 to web_count_sess - 1 do
web_println(web_fetch_sess_name + '=' + web_fetch_sess_value + '<br />');

See also:

web_fetch_sess_value.

PSP Help documents