Microsoft Small Basic 0.3 Released
For those who are not in the know - about the language of Small Basic .
The new release adds several new features and capabilities, as well as bug fixes. It is necessary to pay attention to the changes, since some previously written programs in the new release will not work.
Features:
1) Publishing the program code
In order to demonstrate the code of your program (for example, to friends), now you can just click the Publish button - you will be given a special six-character code (a unique identifier for your program code).
This program can be viewed at smallbasic.com/programby simply entering the code in the Program Listing field (for example, you can see the program using the DCT967 code). You can also use the link smallbasic.com/program/?DCT967 .
2) Added splash screen at startup (
3) Startup of the Small Basic environment has been optimized - now it is faster.
Bug fixes:
1) Regional issues
fixed (occurred with settings other than US) 2) Date formatting problems fixed (DateTime function)
3) Font size problems fixed
4) A close button has been added for the error message window
5) The GetHeight and GetWidth methods in the ImageList object now return the correct height and width values
. Several other errors have also been fixed.
Main innovations:
1) AddRectangle, AddEllipse and others methods are no longer used in the GraphicsWindow object. Programs that use these methods need to be changed.
2) ImageList.LoadImage no longer accepts “image id” as an argument.
Source: Microsoft Small Basic Official Blog
The new release adds several new features and capabilities, as well as bug fixes. It is necessary to pay attention to the changes, since some previously written programs in the new release will not work.
Features:
1) Publishing the program code
In order to demonstrate the code of your program (for example, to friends), now you can just click the Publish button - you will be given a special six-character code (a unique identifier for your program code).
This program can be viewed at smallbasic.com/programby simply entering the code in the Program Listing field (for example, you can see the program using the DCT967 code). You can also use the link smallbasic.com/program/?DCT967 .
2) Added splash screen at startup (
3) Startup of the Small Basic environment has been optimized - now it is faster.
Bug fixes:
1) Regional issues
fixed (occurred with settings other than US) 2) Date formatting problems fixed (DateTime function)
3) Font size problems fixed
4) A close button has been added for the error message window
5) The GetHeight and GetWidth methods in the ImageList object now return the correct height and width values
. Several other errors have also been fixed.
Main innovations:
1) AddRectangle, AddEllipse and others methods are no longer used in the GraphicsWindow object. Programs that use these methods need to be changed.
2) ImageList.LoadImage no longer accepts “image id” as an argument.
Source: Microsoft Small Basic Official Blog