home *** CD-ROM | disk | FTP | other *** search
- {----------------------------------------------------------------------------}
- { DRAWFIELD: }
- { ROW, COLUMN = start position of field }
- { SIZE = # of screen positions to set }
- { ATTRIB = Attribute of field to draw }
- { Note: This does NOT change the characters appearing in the "field" -- just }
- { the COLOR of the BACKGROUND and FOREGROUND! }
- {----------------------------------------------------------------------------}
- procedure Draw_Field(Row,Column,Size,Attrib : integer);
- external 'DRWFIELD.BIN';
-