home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / compiler / new.txt < prev    next >
Text File  |  1993-11-15  |  2KB  |  59 lines

  1.  
  2.  
  3.  
  4.                  NEW IN VERSION 1.50
  5.  
  6.  
  7. NEW COMMANDS
  8.  
  9.     - PLAYSOUND supports playing .WAV files
  10.     - PRINTCONTROL command supports Windows printer drivers
  11.     - MESSAGEBOX added
  12.     - CREATEWINDOW added
  13.     - CREATEFONT supported in DOS
  14.     - File I/O now supports LOCK
  15.     - Command STRETCHBIT added
  16.  
  17.  
  18. NEW FUNCTIONS
  19.  
  20.     - Function SQR added
  21.     - Function IRND added   <-- Nice for games
  22.     - Function DEVICE added
  23.     - Function SNDDEV added
  24.  
  25.  
  26. MISCELLANEOUS
  27.  
  28.     - Support for &H (hexidecimal) data type
  29.     - MOD operator added
  30.     - Editors will supply .BAS as extension if user does not enter
  31.     - Runtime 30% smaller
  32.  
  33.  
  34. BUG FIXES
  35.  
  36.     - Complex string arguments in user functions work correctly
  37.       (e.g. "AB"+a$)
  38.     - Arrays as elements of arrays work correctly
  39.       [e.g.  a(b(i),c(i,j))  ]
  40.     - BBE deletes extra characters in prompt line when going down a
  41.       file list
  42.     - Several bugs in editor relating to end of file fixed
  43.     - Windows screen 8 now loads bitmaps in correct place
  44.     - Documentation of Dialog command now shows number of items
  45.     - BBE makes sure root directory doesn't change when running
  46.       user program
  47.     - PRINT 80/34 now prints correct value
  48.     - BBE now works in available memory of 450k
  49.     - Document errors 501 and 516 out of string space
  50.     - Editor search point reset when new file loaded
  51.     - Windows version now supports 2 memory bitmaps correctly
  52.     - If statement now works with array and argument of array
  53.     - Windows now finds right length for displaying user fonts
  54.     - SELECTFONT now documented in manual
  55.     - Windows ICONs work correctly if more than 1 BasicBasic program
  56.       running
  57.  
  58.  
  59.