popkin@osric.cs.odu.edu (Brian N. Popkin) (05/10/91)
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 *