Message-Id: <199908072328.TAA00432@delorie.com> From: "Dan Gold" To: Subject: More then one truth value in switch? Date: Wed, 9 Jan 1980 19:08:12 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I don't know how to detect if more than one truth statement with a switch could someone tell me. I want to do something like switch (ch) { case 'e' && 'a': or is it something like case 'e': no break... case 'a': code.... Thanks from Dan Gold...