home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / delph / mar96 / woznf104.gif < prev   
Graphics Interchange Format  |  1996-05-22  |  6.9 KB  |  479x356  |  4-bit (6 colors)
   ocr: XSTRING.PAS unit Xstring; interface function FillStr - (C : Char; N : Byte): : string; export; implementation function FillStr (C : Char; N : Byte) : string; ( Returns a string wi th N characters of value C - 1 begin FillChar Result(1),N,C); Result[o] : Chr (N) : end; end. 3: 30 Modified Insert Dilfirst Xstring/