home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_TOOLS / BASICBAS.ZIP / NEW.DOC < prev    next >
Encoding:
Text File  |  1993-12-16  |  1.9 KB  |  70 lines

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