home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4898 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.0 KB

  1. Path: sparky!uunet!usc!orion.oac.uci.edu!nntpsrv
  2. From: handbook@orion.oac.uci.edu (Handbook)
  3. Subject: Displaying many discrete screens
  4. Nntp-Posting-Host: orion.oac.uci.edu
  5. Message-ID: <2A91A4FC.10661@orion.oac.uci.edu>
  6. Newsgroups: comp.lang.pascal
  7. Organization: University of California, Irvine
  8. Lines: 24
  9. Date: 19 Aug 92 01:33:48 GMT
  10.  
  11. Hi,
  12.  
  13. Can anyone suggest ways to display screenfuls of information to users, 
  14. without using a million and one writeln statements?  The problem is each
  15. screen won't be related in content to any other screen, so I can't just
  16. read in one big text file and then scroll through it.  It will be more 
  17. like fifty screens, each one containing discrete information.  Also the 
  18. screens will not always be accessed in the same order (the user will decide 
  19. which screen to display next). 
  20.  
  21. On the plus side, since each screen is discrete, I don't need any scroll 
  22. back features or anything filling the buffer (or at least I don't think I
  23. do).
  24.  
  25. Anything will be of help,
  26. thanks in advance,
  27.  
  28. Tony
  29.  
  30. Anthony Toyofuku
  31. University of California,
  32. Irvine
  33.  
  34.  
  35.