home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13370 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!news.funet.fi!tik.vtt.fi!hemuli.tik.vtt.fi!Jan.Lucenius
  3. From: Jan.Lucenius@tel.vtt.fi (Jan Lucenius)
  4. Subject: bug in amigabasic ?
  5. Sender: news@tik.vtt.fi (USENET)
  6. Organization: Technical Research Centre of Finland
  7. Date: Tue, 15 Sep 1992 08:01:11 GMT
  8. Message-ID: <BuM0xz.G00@tik.vtt.fi>
  9. Distribution: comp.sys.amiga.programmer
  10. Lines: 30
  11.  
  12. Description of what happened:
  13.  
  14. I have a basic program which among other things appends lines to a text
  15. file in the format
  16. <integer>,"string",<real value>,<integer>,<integer>
  17. for example
  18. 12,"gefgwe",12.6,3,20
  19.  
  20. It has worked perfectly for 2.5 years (as long as you remember to not
  21. put a comma in the string). Now for some reason
  22. - the existing file was deleted - and it is very unlikely that anyone else
  23.   would have deleted them
  24. - some of the integers in the beginning of the lines were missing causing
  25.   TYPE MISMATCH when reading the file with the same program.
  26.  
  27. The disk have sometimes been affected by the SCA virus, but that is removed
  28. long ago.
  29.  
  30. I also booted the computer with the "copy of extras" disk where the program
  31. reside on the root directory, and all the files that it uses.
  32.  
  33. Thought that the disk would have been too full, as one of these files is
  34. created for each calendar month, but rebooting the computer (A 500 with
  35. total 1 M memory, one external disk drive and kickstart switch with 2.04
  36. and 1.3 ROMs) with WB 2.04 showed that there should still have been 14K
  37. left.
  38.  
  39. Any ideas of how the files have disappeared?
  40.  
  41. Jan
  42.