Table of Content
HAL Forum
function string MD5String (
string SourceString)
Description:
Generates an MD5 string from string argument
Parameters:
SourceString The string from which the MD5 will be calculated
global
updating procedure OnApplicationStartup()
begin
    stopalert(MD5String("Hello World!"));
  return;
end;
Related topics:
««