home *** CD-ROM | disk | FTP | other *** search
- {$IBodecl}
- {$IOverStr}
- {$IPutStr}
-
- BEGIN
- ClrScr;
- S := 'Change this field '+#220+#223+#220+#223+#220+#223+
- ' to an alternate pattern, and pad to end of line.';
- PutStr (h,S,1,1,14);
- read;
- PutStr (h,OverStr (#223+#220+#223+#220+#223+#220,S,19,61,#223),1,1,14);
-
- END.
-