home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12696 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.0 KB  |  33 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!munnari.oz.au!uniwa!swanee.ee.uwa.oz.au!hutchens
  3. From: hutchens@uwa.oz.au (JL HUTCHENS)
  4. Subject: Re: PROBLEM WTIH AMOS
  5. Message-ID: <hutchens.714807490@s3>
  6. Sender: news@swanee.ee.uwa.oz.au
  7. Organization: Elec Eng, Univ of Western Australia
  8. References: <Volkmar_Rigo.08sh@augs1.ch.so.commodore.com>
  9. Date: 26 Aug 92 05:38:10 GMT
  10. Lines: 21
  11.  
  12. Volkmar_Rigo@augs1.ch.so.commodore.com (Volkmar Rigo) writes:
  13.  
  14. >hello. This little Amos programm has a very fatal bug(guru):
  15. >set buffer 200:dim a(200,200)
  16. >for i=0 to 200
  17. >for j=0 to 200
  18. >a(i,j)=1
  19. >next
  20. >next
  21.  
  22. >can you help me??
  23.  
  24.  
  25. >-- DLG Pro v0.992
  26.  
  27. The problem is that you are using an old version of AMOS.  I tried your
  28. program at home and it guru'd in AMOS v1.1 but worked fine in AMOS v1.34.
  29. AMOS v1.34 is the latest version and the publishers claim that every 
  30. command is bug free.  I suggest that you upgrade immediately.  Many
  31. PD suppliers will have the upgrade disk, or you can order it from the
  32. AMOS Users Club, of which you should be a member.
  33.