Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!cos!hqda-ai!fstc-chville.army.mil!adm!news From: 209507097@ucis.vill.edu (MCREE, JAMES F) Newsgroups: comp.lang.pascal Subject: Reading invisible integers Message-ID: <27124@adm.brl.mil> Date: 5 Jun 91 20:00:17 GMT Sender: news@adm.brl.mil Lines: 21 "N.O. Monaghan" writes... > I wonder if anybody can help me. Is it possible to input an integer > in Turbo Pascal while having the echoing of the digits suppressed > as they are being typed in. I know that it is possible to read each > digit in individually and suppress the echoing while this is being > done, and then convert the data into an integer - but is > there anyway in which an integer can be directly read in without > using any conversions or similar tricks? > > Nils. Nils, Try setting the color of the characters to be the same as the background color of the screen. If you do that they will be printed, but not visible. This method will work for reading any type of input. Have a good day, Jim.