Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!purdue!haven!adm!news From: PRDESENV%ORION.CPQD.ANSP.BR@uga.cc.uga.edu Newsgroups: comp.lang.pascal Subject: SET Message-ID: <25092@adm.brl.mil> Date: 26 Nov 90 12:56:00 GMT Sender: news@adm.brl.mil Lines: 16 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. Once SET requires subranges with no more than 256 itens I can not make a set of word (my real numbers have only one place after the decimal point, so I could multiply by 10, solving the problem, but the range from the first to the last overcome 256). I've tried to make a TYPE with these numbers but Turbo gives an error saying "Error 2: Identifier expected" . Any help has value. Thanks. Claudio