This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Date |
Module |
What |
ID |
Description |
Thanks to: |
|---|---|---|---|---|---|
|
|||||
2017.09.29 |
|
|
|
--- thinBasic version 1.10.4.0 --- |
|
--- |
Updated |
|
Module updated to the latest version available on thinBasic SVN server. Introduction of large arsenal of functions for state-safe programming, see more in TBGL help file |
Petr Schreiber |
|
--- |
Updated |
|
Oxygen module updated to the latest version available on GitHub: https://github.com/Charles-Pegge/OxygenBasic |
Charles Pegge |
|
|
Setup |
|
thinBasic Setup application: •created with Inno Script Studio 2.2.2.32 •compiled with Inno Setup Compiler version 5.5.5 |
|
|
|
Compiler |
|
thinBasic Core engine is now compiled using PB10.04 |
|
|
|
|
|
All thinBasic executables and modules are compressed with UPX 3.94 |
|
|
|
|
|
|
|
|
2017/09/27 |
Improved |
|
It is now possible to declare and instantiate an iDispatch variable on the same statement. Examples of valid statements iDispatch objFSO = NewCom("Scripting.FileSystemObject") dim objFSO as iDispatch = NewCom("Scripting.FileSystemObject") |
|
|
|
|
|
|
|
|