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 inet_self_addr: string;

Description:

This function returns IP address of current host.

Returns:

String containing IP address as dotted quad.

Usage:

s := inet_self_addr;
writeln(s);

See also:

inet_self_name.

PSP Help documents