Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!aplcen!haven!adm!xadmx!kb36+@andrew.cmu.edu From: kb36+@andrew.cmu.edu (Keith Douglas Beiter) Newsgroups: comp.lang.pascal Subject: TP Toolboxes Message-ID: <21683@adm.BRL.MIL> Date: 7 Dec 89 22:59:47 GMT Sender: news@adm.BRL.MIL Lines: 18 Hello again Netties! Weeeellllllllll, I was wondering if anyone out there has any opinions on the Database and Graphics toolboxes that Borland sells. I'm trying to find out what they can do and if they are worth buying. Program ClosingRemarks (Input,Output); Type HelpType = (Appreciated,Welcomed,Wanted,Accepted); NameType = (Keith,Kevin,Kenneth,Kenton); Var Help : HelpType; ThankYou : Boolean; Signed : NameType; Begin Help := Appreciated; ThankYou := True; Signed := Kevin End.