<< Click to Display Table of Contents >> Navigation: What's new > 2005 - version history > Version 1.0.7.0 |
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 |