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_get_rti(const name: string): string;
function web_get_rtif(const name: string): double;
function web_get_rtii(const name: string): longint;

Arguments:

name Variable name

Description:

Returns Runtime information (RTI) variable value.

Returns:

Variable value as string, double precision float or long integer or empty/null on error.

Usage:

s := web_get_rti('name');
i := web_get_rtii('count');
r := web_get_rtif('price');

See also:

web_fetch_rti_name.

PSP Help documents