Path: utzoo!utgpu!watmath!clyde!att!osu-cis!mstar!westfort!dragon From: dragon@westfort.UUCP (The Mystic) Newsgroups: comp.lang.pascal Subject: Turbo Pascal 5.0 (Draw command) Message-ID: <497@westfort.UUCP> Date: 31 Jan 89 01:38:43 GMT Reply-To: westfort!dragon@tut.cis.ohio-state.edu Organization: Outside the Asylum at the Western Fortress Lines: 12 I recently recieved Turbo Pascal 5.0, and was installing windows into one of my programs, when I noticed that the Draw command doesn't seem to work as documented.. I loaded the uses graph3 command in proper order, and then did thus: draw(1,1,25,25,blue); The Compiler took it to be in proper context, yet when I ran it (both before and after the window was loaded, as I the manual claims that only the area in the window may be written to ( w/ my experiance with compilers of all sorts, I had my doubts - thus the wasted effort )) and no lines were forth comming.... Perchance I'm missing something? Jason