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 md5_string(const s: string): string;

Arguments:

s Source string

Description:

This function calculates MD5 hash of a string.

Returns:

Fixed md5 hash string.

Usage:

s := 'Secret';
t := md5_string(s);
writeln(t);

See also:

md5_file.

PSP Help documents