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_printfa(const str: string; args: StrArray);

Arguments:

str Source data
args Array of substitutes

Description:

Sends data to output. Data is preformatted with web_format_dotnet. Use this function instead of standard write.

Usage:

a[0] := 'Web';
web_printfa('Hello, {0}', a);

See also:

web_format, web_format_dotnet, web_print, web_printf, web_printfa, web_println, web_printlnf, web_printlnfa.

PSP Help documents