home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 8036 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.4 KB

  1. Xref: sparky comp.lang.pascal:8036 comp.os.msdos.programmer:11985
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!wupost!emory!ncratl!hroth
  3. From: hroth@ncratl.AtlantaGA.NCR.COM (Harris Roth)
  4. Newsgroups: comp.lang.pascal,comp.os.msdos.programmer
  5. Subject: Re: Case/readln Question
  6. Message-ID: <90188@ncratl.AtlantaGA.NCR.COM>
  7. Date: 11 Jan 93 15:39:52 GMT
  8. References: <1993Jan6.004700.207@sinus.stgt.sub.org> <Jan09.042742.40406@yuma.ACNS.ColoState.EDU>
  9. Organization: NCR Engineering and Manufacturing Atlanta -- Atlanta, GA
  10. Lines: 17
  11.  
  12. In article <Jan09.042742.40406@yuma.ACNS.ColoState.EDU> hallch@CS.ColoState.EDU (christopher hall) writes:
  13. >"Enter a number please. " my father typed "no".  Of course it crashed and
  14. >I had to learn another way to do things.
  15. >
  16.  
  17. A basic human interface requirement is that all input requested from humans
  18. be read by characters and never assume that the user will enter data in the
  19. form requested.  Build yourself a library of input parsing routines.  As 
  20. your library becomes more robust, requesting input from users and 
  21. responsive error messages will be handled easily and consistently from 
  22. application to application.
  23.  
  24. -- 
  25. Harris J. Roth, Senior Programmer Analyst |
  26. System Software                           |   hroth@ncratl.atlantaga.NCR.COM 
  27. Transaction Terminal Systems Division     |
  28. NCR E&M Atlanta                           |   (404) 623-7749
  29.