Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.lang.pascal Subject: Re: Ok, now I've got a real question Message-ID: <1991Apr26.025037.8887@mnemosyne.cs.du.edu> Date: 26 Apr 91 02:50:37 GMT References: <1991Apr26.002739.14842@javelin.sim.es.com> Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 11 Disclaimer1: Nyx is a public access Unix system run by the University of Denver Disclaimer2: for the Denver community. The University has neither control over Disclaimer3: nor responsibility for the opinions of users. You can't have a set of strings, only a set of ordinal values (e.g. characters). Try this instead: ... [ 'A', 'E', 'I', 'O', 'U'] In other words, list the characters individually. Terrell