Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!ucdavis!csusac! From: porterd@cssexb.csus.edu (darren porter) Newsgroups: comp.lang.c Subject: screen char to string Message-ID: <1990Feb3.052026.21361@csusac.csus.edu> Date: 3 Feb 90 05:20:26 GMT Reply-To: porterd@cssexb.csus.edu (darren porter) Organization: California State University: Sacramento Lines: 9 In Turbo C 2.0, I am trying to read a string of characters that are on the screen into a C string, but I can not figure out how. I tried using gettext() with no success. I am guessing that I would read in one character at a time and strcat() it into my string. If anybody knows the solution, please E-mail. Thanks loads...