Removed MDL header
This commit is contained in:
parent
6bc8fd2f87
commit
9cdbe5ec65
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue