home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / cbm / 5588 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!asuvax!ncar!noao!arizona!mcbride
  2. From: mcbride@cs.arizona.edu (Chris M. McBride)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: 2 Q's: BMI & SAVE@
  5. Message-ID: <30370@optima.cs.arizona.edu>
  6. Date: 23 Jan 93 08:26:05 GMT
  7. References: <1993Jan17.192438.12044@netcom.com> <C17In9.28u@fulcrum.co.uk> <1993Jan22.062624.23025@netcom.com>
  8. Sender: news@cs.arizona.edu
  9. Organization: U of Arizona CS Dept, Tucson
  10. Lines: 24
  11.  
  12. In article <1993Jan22.062624.23025@netcom.com> fuzzy@netcom.com (Fuzzy Fox) writes:
  13. >srowe@fulcrum.co.uk (Simon Rowe) writes:
  14. >
  15. >>Could someone post the patch to fix the "@:fname" bug (if it is fairly short).
  16. >
  17. >OPEN 15,8,15,"S0:fname" : CLOSE 15
  18. >SAVE "fname",8
  19. >
  20.  
  21. Well This is the reason doing a simple scratch and save DOESN'T work.
  22. If you don't want this nasty bug to appear, you should ALWAYS use a
  23. "0:" in EVERY I mean EVERY command. In order for the above 'patch' to
  24. work correctly it should read:
  25.  
  26.     open 15,8,15,"s0:fname" : close15
  27.     save "0:fname",8
  28.  
  29. Even when you issue commands like Initialize you should still use 0:
  30. ie "I0:" instead of just "I"...
  31.  
  32. Chris
  33.  
  34.  
  35.  
  36.