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_rand_str(len: longint): string;

Arguments:

len Result string length

Description:

Generates random string of alpha_numeric characters. Use this function for generating random passwords and keys.

Returns:

Random string.

Usage:

s := web_rand_str(12);

See also:

web_xor_crypt.

PSP Help documents