Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!qt.cs.utexas.edu!yale.edu!cmcl2!adm!news From: dm2368@eecs1.eecs.usma.edu (Fichten Mark CPT) Newsgroups: comp.lang.pascal Subject: Re: Interrupt 9 Processing Message-ID: <27309@adm.brl.mil> Date: 27 Jun 91 17:55:57 GMT Sender: news@adm.brl.mil Lines: 26 > From: Carl David > [ interrupt 9 discussion deleted] > > I am creating a cryptogram, such that each letter typed by the user > is substituted from a table in memory, such that to get the computer to > operate the player would need to solve the cryptogram, how would I handle > the multiple keys and uppercase lowercase problems? > Thanks for any help you can give me. > I think that you can avoid the interrupt situation completely and just write a program using the ReadKey and KeyPressed routines in TP. When you get a character from ReadKey, change it according to the table you have set up previously (probably an array of some sort) and then write it to the screen. Am I oversimplifying your situation or will this work for you? ____________________________________________________________________________ CPT Mark Fichten | INTERNET: fichten@eecs1.eecs.usma.edu | Captain U.S. Army | @trotter.edu:dm2368@eecs1.eecs.usma.edu | Work: (914) 938-5580 | USENET: rutgers.edu!trotter!eecs1!dm2368 | | harvard.edu!trotter!eecs1!dm2368 | ____________________________________________________________________________