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.
Release date: 2005.11.15
Date |
Area/Module |
What |
Description |
Thanks to: |
|---|---|---|---|---|
2005.11.14 |
UI |
Add |
||
UI |
Add |
|||
Core |
Fix |
If a line was ending with underscore continuation line char _ followed by space, thinBasic preprocessor was hanging. |
catventure |
|
Core |
Add |
DECLARE SUB and DECLARE FUNCTION partially working on easy defined API functions. Still many tests to be done. Gpf are too much often. |
||
2005.11.13 |
Core |
Fix |
If a variable declared local inside a function had the same name of a global variable, declaration was failing preventing usage of local one. |
Psch |
2005.11.11 |
Core |
Add |
DECLARE SUB and DECLARE FUNCTION introduced. Declaration of a sub or function will be used to declare Windows API functions. This will allow in a future thinBasic release, to call standard API functions or external DLL functions. |
|
Core |
Add |
ASCIIZ string type introduced but still to be managed. |
||
Core |
Add |
App_ListFunctions returns all User Defined Functions (UDF) and API declared functions inside a script. |
||
Core |
Fix |
APP_ListEquates, APP_ListKeywords were missing first item. |
||
2005.11.10 |
Core |
Add |
ARRAY SORT introduced |
|
Core |
Add |
DECLARE statement introduced. Parsing is in place. This statement has been introduced in order to work with Windows API functions. |
||
Install |
Fix |
Fixed registry key for thinAir. If keys exists, installation will not change their values. |
Psch |