home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4529 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  951 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!s.psych.uiuc.edu!amead
  2. From: amead@s.psych.uiuc.edu (Alan Mead)
  3. Newsgroups: comp.lang.pascal
  4. Subject: WANTED: multi-line text entry with editing features
  5. Message-ID: <Bruwtr.1Dr@news.cso.uiuc.edu>
  6. Date: 23 Jul 92 19:29:50 GMT
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: UIUC Department of Psychology
  9. Lines: 16
  10.  
  11. I just finished a program that will administer surveys (among other
  12. things) online.   But now we want to add free-response questions.
  13.  
  14. I *could* just do  WHILE (LINE[I]<>'') DO BEGIN INC(I); READLN(LINE[I]); END;
  15.  
  16. But I want this to be friendly etc and I want the user to be able to
  17. erase and insert etc even if it was on a previous line.
  18.  
  19. It would be nice to have words "wrap" nicely onto the next line, too.
  20.  
  21. It seems this would be present in any text editor, does anyone have a bit
  22. of code to do this?
  23.  
  24. Thanks.
  25.  
  26. -alan mead
  27.