Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!sun-barr!lll-winken!xanth!cs.odu.edu!popkin From: popkin@osric.cs.odu.edu (Brian N. Popkin) Newsgroups: comp.lang.pascal Subject: Turbo Pascal 6.0 crt unit/bug/checkbreak Message-ID: <1991May10.002626.5110@cs.odu.edu> Date: 10 May 91 00:26:26 GMT Sender: usenet@cs.odu.edu (Usenet News Poster) Organization: Old Dominion University, Norfolk, VA Lines: 28 Nntp-Posting-Host: osric.cs.odu.edu Thanks for all who responded.. I contacted borland and we figured out the bug.. first you don't need to declare variable checkbreak : boolean; thats an error in the manuals.. checkbreak := false; is all you need in your program plus uses crt; Second in the IDE checkbreak doesn't work since built into the editor you can always break out a program.. especially for infinite loops.. its a builtin function... Well I am tackling turbo vision now, anybody who is very good with it mail me, I have a couple questions.. its a bear :-) Thanks, Brian *-----------------------------------------------------------------------------* * Brian Popkin - Computer Science Major - Systems Programing * * Old Dominion University - Norfolk, Virginia USA * * * * Others Areas Of Interest: Artificial Intelligence, Expert Systems, * * Networks, And Telecommunications * * * * Email Address: popkin@cs.odu.ede - popkin@xanth.cs.odu.edu *