For those who do not 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) Publication of software code
In order to demonstrate the code of your program (for example, your friends), you can now simply click the Publish button — you are given a special six-character code (the unique identifier of your program code).
This program can be viewed on the
smallbasic.com/program page by simply entering the code in the Program Listing field (for example, you can view the program using the DCT967 code). You can also use the link
smallbasic.com/program/?DCT967 .
2) Added splash screen on startup.
3) Optimized start-up environment Small Basic - now happens faster
Troubleshooting:1) Fixed regional problems (occurred at settings other than US)
2) Fixed date formatting problems (DateTime function)
3) Fixed problems with font sizes
4) Added close button for error message window
5) The GetHeight and GetWidth methods in the ImageList object now return the correct height and width values.
')
Several other bugs were fixed.
Main innovations:1) The AddRectangle, AddEllipse, and other methods are no longer used in the GraphicsWindow object. Programs that used these methods need to be changed.
2) ImageList.LoadImage no longer takes an “image id” as an argument.
Source:
Microsoft Small Basic Official Blog