diff --git a/mdl/m_strings.pas b/mdl/m_strings.pas index 60ea504..be78a2e 100644 --- a/mdl/m_strings.pas +++ b/mdl/m_strings.pas @@ -1,16 +1,7 @@ -{ - Mystic Software Development Library - =========================================================================== - File | M_STRINGS.PAS - Desc | String related functions - Created | August 22, 2002 - --------------------------------------------------------------------------- -} +Unit m_Strings; {$I M_OPS.PAS} -Unit m_Strings; - Interface Function strPadR (Str: String; Len: Byte; Ch: Char) : String;