home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / interpre / liberty / windows / lb09dfix.txt < prev    next >
Text File  |  1993-07-25  |  775b  |  20 lines

  1. New 0.9d fixes:
  2.  
  3. 1) Changed the copyright notice to include Digitalk's copyright
  4.  
  5. 2) Discovered an erratic programming technique that created
  6.    unpredictable results using certain BASIC functions where
  7.    parameters derived using rnd(), time$(), date$(), and any
  8.    other function where the result is not always the same.
  9.    Problem fixed.
  10.  
  11. 3) When a floating point value was passed to a single
  12.    dimensioned array as an index, a system primitive notice
  13.    was produced, and the program was halted.  This problem
  14.    is now fixed.
  15.  
  16. 4) READ, DATA, and RESTORE are added to conform more to
  17.    Microsoft's BASICs and to school texts.
  18.  
  19. 5) Now if a non-integer is used to index a MID$() function, it
  20.    is truncated and execution continues instead of crashing.