Newsgroups: comp.lang.pascal Path: utzoo!utgpu!watserv1!maytag!watstat.waterloo.edu!dmurdoch From: dmurdoch@watstat.waterloo.edu (Duncan Murdoch) Subject: Re: SET Message-ID: <1990Nov26.152258.29932@maytag.waterloo.edu> Sender: daemon@maytag.waterloo.edu (Admin) Organization: University of Waterloo References: <25092@adm.brl.mil> Date: Mon, 26 Nov 90 15:22:58 GMT Lines: 18 In article <25092@adm.brl.mil> PRDESENV%ORION.CPQD.ANSP.BR@uga.cc.uga.edu writes: >Hey, > > Does anybody know how can I build a SET with Real (or double) >elements in Turbo Pascal? I Only need a SET with 15 real numbers. If you have version 5.5 or 6.0, you could get Object Professional from Turbopower Software. It includes objects that can handle integer type sets with more than 256 elements, and a general purpose set for strings, that could easily be made to hold floating point values. There's also a huge number of other routines, mostly dealing with user interface objects. I don't have their number handy, but they advertise regularly in PC programming magazines. You can also contact them by email; my alias line for them is alias turbopower 76004.2611@compuserve.com Duncan Murdoch