Unit DTstGen

Classes

Functions

CloseLog -
NumToName - -Create a string of length Len filled with random uppercase chars
OpenLog - ---Place any compiler options you require here-----------------------} {---------------------------------------------------------------------} {$I EZDSLOPT.
RandomStr - -Logging routines
WriteLog -
WriteLogNoCR -

Types

Constants

Variables


Functions


procedure CloseLog;


function NumToName(i : integer) : string;

-Create a string of length Len filled with random uppercase chars

procedure OpenLog;

---Place any compiler options you require here-----------------------} {---------------------------------------------------------------------} {$I EZDSLOPT.INC

-Create a string in English for the passed integer


function RandomStr(Len : byte) : string;

-Logging routines

procedure WriteLog(const S : string);


procedure WriteLogNoCR(const S : string);


Types


Constants


Variables