Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!aero-c!jordan From: jordan@aero.org (Larry M. Jordan) Newsgroups: comp.lang.pascal Subject: Re: case (string) of Message-ID: <1991Jun6.000634.10746@aero.org> Date: 6 Jun 91 00:06:34 GMT References: <1991Jun3.222059.16125@javelin.sim.es.com> <1048.284bd1ff@vger.nsu.edu> <25053@oolong.la.locus.com> Sender: news@aero.org Organization: The Aerospace Corporation Lines: 11 What's the big deal? How about a hash table of (name,value) pairs? case hash_table.get_value(name) of {acceptable labels} end; Where get_value returns the value part of the association. Seems simple enough. --Larry