home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / BUILDER1.TD0 / RELEASE.TXT < prev    next >
Encoding:
Text File  |  1991-02-25  |  2.1 KB  |  73 lines

  1. Bug Fixes By  Version Code
  2.  
  3. Version 1.50a
  4. ---------------
  5.  
  6. 1.  Using a Say with <meta characters> could cause a lock up in some
  7.     instances.
  8.  
  9. 2.  When displaying a number that required commas, if the backgound was
  10.     other than black, the commas would not be displayed.
  11.  
  12. 3.  Text output was much slower in 1.50 then in 1.21c.  A memory manager
  13.     was implemented to speed execution considerably.
  14.  
  15. 4.  Redirection while running another program with ANSI.SYS loaded would cause
  16.     a loss of colors upon return from that program.
  17.  
  18. 5.  When Input was included in a file, all following displays were sometimes
  19.     corrupted when ANSI.SYS was loaded.
  20.  
  21. 6.  Concatenating of two strings longer than the 127 byte limit would cause a
  22.     memory allocation error.  Now the resulting string is restricted to the 127
  23.     as well.
  24.  
  25. 7.  Using a Run or Writeline with ENCRYPTION on would not work.
  26.  
  27. 8.  More than one FOR loop could used in a file.
  28.  
  29. 9.  Subroutines could not be called prior to other code.
  30.  
  31. 10. Various Importer Errors are now fixed.
  32.  
  33. 11. Echo with one character failed.
  34.  
  35. 12. Editor View colors could not be changed.
  36.  
  37. 13. Changed confusion messages in Builder Editor.
  38.  
  39. 14. Editor Error Box would not disappear after a compile error was encountered.
  40.  
  41. 15. Warm reboot, although not documented, is now supported.
  42.  
  43. 16. <Reverse> Meta Character would not work with a white background and color.
  44.  
  45. 17. INPUT positioned in the first column, would incorrectly account for the
  46.     first backspace key pressed.
  47.  
  48. 18. A memory manager was implemented to speed video output and solve allocation
  49.     problems.
  50.  
  51. 19. Commas in a number were not displayed on a colored background.
  52.  
  53. 20. ANSI.SYS caused a video conflict.
  54.  
  55. 21. Exit would not compile with an integer variable.
  56.  
  57. 22. Online Help was updated to reflect error fixes.
  58.  
  59. Additions to Manual:
  60. --------------------
  61. PAGE 171:
  62.   Password example is incorrect, refer to Online Help for correct example.
  63.  
  64. PAGE 316:
  65.   The keycode constant list should include, {ENTER}.
  66.  
  67. PAGE 325:
  68.  Encryption index was ommited.
  69.   ENCRYPTION 221
  70.  
  71.  
  72.  
  73.