Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!unido!uniol!Arne.Gehlhaar From: Arne.Gehlhaar@arbi.informatik.uni-oldenburg.de (Arne Gehlhaar) Newsgroups: comp.lang.pascal Subject: Reuqest : Help with Enumeration Types Keywords: enumeration type Message-ID: <3983@uniol.UUCP> Date: 10 Dec 90 08:29:12 GMT Organization: University of Oldenburg, Germany Lines: 12 Hi I have a problem with enumeration types. I want to declare a type "measures" as a list of measurements: (g,kg,lb,oz, etc.) the actual type declaration is no problem, but I am not allowed to do input/output with them (says the Turbo Pascal 4.0 compiler) So what is the use of those types. Can anyone help me ?? What do I have to do in order for the compiler to accept input and output ? Thanks for any hints Arne