home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / misc / 2913 < prev    next >
Encoding:
Text File  |  1992-09-03  |  986 b   |  24 lines

  1. Newsgroups: comp.lang.misc
  2. Path: sparky!uunet!gatech!hubcap!loach!gfadel
  3. From: gfadel@eng.clemson.edu (George Fadel)
  4. Subject: help using BASIC (gwbasic, basica or qbasic)
  5. Message-ID: <1992Sep3.123730.14993@hubcap.clemson.edu>
  6. Sender: news@hubcap.clemson.edu (news)
  7. Reply-To: gfadel@eng.clemson.edu
  8. Organization: College of Engineering, Clemson Univ.
  9. Date: Thu, 3 Sep 1992 12:37:30 GMT
  10. Lines: 12
  11.  
  12.  
  13. -I ran into a strange problem with an old basic program.  The program attempts to read from a random access file opened with the following statement:
  14. OPEN,"XXXXXXX.XXX" as #1 LEN=200
  15. The program works on a pc clone running DOS 5.0.  It supposedly ran under DOS 3.2
  16. I brought it to my PC running DOS 4.02?  and keep getting an error message.  It does not seem to like the reclen greater than 128.  
  17. Does anyone have a clue as to why this is happening?  I tried to run the program
  18. with the three basic interpreters mentioned earlier, but to no avail.
  19.  
  20. Georges M. Fadel 
  21. Clemson University
  22.  
  23.  
  24.