home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / multimed / 1204 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  2.0 KB

  1. Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!sl1zm
  2. From: sl1zm@cc.usu.edu
  3. Newsgroups: comp.sys.amiga.multimedia
  4. Subject: AmigaVision Bug Report
  5. Message-ID: <1992Aug22.163207.58331@cc.usu.edu>
  6. Date: 22 Aug 92 16:32:07 MDT
  7. Organization: Utah State University
  8. Lines: 61
  9.  
  10. After a few hours of swearing at AmigaVisions DataBase features, I decided
  11. that there had to be some other bug in AmigaVision that was causing my
  12. problems.  
  13.  
  14. Here is a list of bugs I've found since I started using AmigaVision 
  15. this week.
  16.  
  17.     Variable tests and initialization fail.  Definately fails with
  18.     integers... I haven't tested to see if the string tests and
  19.     assignments work or not.
  20.     
  21.     Examples:
  22.         Counter=0
  23.         Counter==OtherInteger
  24.     Symptoms:
  25.         Counter not even recognized as a variable at times.
  26.         IfThen and IfElse fail to execute condition PART of the
  27.         time.
  28.         >= and <= *seem* to have worked so far.
  29.     Workaround:
  30.         Add spaces around *all* operators to make the problem go
  31.         away.
  32.         The problem seemed to be cured by placing a space *after*
  33.         the operator, but put spaces on both sides to be safe.
  34.     Examples:
  35.         Counter = 0
  36.         Counter == OtherInteger
  37.  
  38.  
  39.     Several functions do not work at all.  I haven't used it long
  40.     enough to know all of them yet, but there are two that have definate 
  41.     problems.
  42.     inc() and dec() seem to have no function.
  43.     Examples:
  44.         inc(Integer)
  45.         dec(Integer)
  46.     Symptoms: 
  47.         Variables don't get incremented or decremented.
  48.     Workaround:
  49.         Do the obvious... don't use them.  Add one or subtract one
  50.         from the variable.
  51.     Examples:
  52.         Integer = Integer + 1
  53.         Integer = Integer - 1
  54.  
  55.  
  56. I posted these bugs here in hopes it will help some of you out there that use
  57. AmigaVision.
  58. I cannot seem to mail dirrectly to CBM's bug reports address so someone
  59. should forward them.
  60.  
  61. The Version of AmigaVision I use is V1.7 Z.
  62.  
  63. James Diffendaffer
  64.  
  65. ***********************************************************************
  66. Utah State University
  67. Instructional Technology Dept.
  68. Nexus Lab.
  69. ***********************************************************************
  70.  
  71.