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:

procedure web_set_var(const name, value: string);
procedure web_set_varf(const name: string; value: double);
procedure web_set_vari(const name: string; value: longint);

Arguments:

name Variable name
value Variable value

Description:

Sets dynamic PSP variable. It can be used in templates, formatted output, string formatting and your own aims.

Usage:

web_set_env('foo', 'bar');

See also:

web_get_var, web_format, web_printf, web_print_template.

PSP Help documents