home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / pascal / 4939 < prev    next >
Encoding:
Text File  |  1992-08-20  |  979 b   |  28 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!sdd.hp.com!usc!rpi!sci.ccny.cuny.edu!eleni.gc.cuny.edu!timessqr.gc.cuny.edu!cunyvms1.gc.cuny.edu!LAS
  3. From: las@cunyvms1.gc.cuny.edu
  4. Subject: Input of data from text file
  5. Message-ID: <1992Aug20.135341.8420@timessqr.gc.cuny.edu>
  6. Sender: news@timessqr.gc.cuny.edu (USENET News System)
  7. Reply-To: las@cunyvms1.gc.cuny.edu
  8. Organization: Computer Center, CUNY Graduate School, New York NY 10036
  9. Date: Thu, 20 Aug 1992 13:53:41 GMT
  10. Lines: 16
  11.  
  12.  
  13.  
  14. I am writing a program which inputs data from a text file,  and I am receiving
  15. an incorrect numeric format error message on a Readln(InData, H, R); line.
  16. Where "InData" is the text file, and "H,R" are both declared real. Generally
  17. speaking, I have been able to input successfully using the "Assign" and "Reset" 
  18. commands. I seem to be having trouble when the input is mixed numeric and
  19. characters.
  20.  
  21. Please reply by e-mail. Thanks in advance.
  22.  
  23. Bill Baker.
  24.  
  25.  
  26.  
  27.  
  28.