Version 1.0.2.2
<< Click to Display Table of Contents >> Navigation: What's new > 2005 - version history > Version 1.0.2.2 |
Release date: 2005.09.02
Date |
Area/Module |
What |
Description |
Thanks to: |
---|---|---|---|---|
More complete Help File |
||||
2008.09.02 |
SetUp |
Fix |
During thinBasic installation, SetUp was not installing correct versions of Console and PC modules. There 2 modules are delivered into specific version for operating system: WinME or below and W2K Up. |
Psch |
2008.09.01 |
Core |
Fix |
USES not returning correct error codes |
Psch |
PC |
Improve |
Created 2 PC module versions: W2K and Win9x versions. During thinBasic installation correct version will be installed depending on operating system version. |
||
Console |
Improve |
Created 2 Console module versions: W2K and Win9x versions. During thinBasic installation correct version will be installed depending on operating system version. |
||
2008.08.31 |
INI |
Add |
Add help file and sample scripts for INI module |
Psch |
Core |
Add |
New XOR logical and bitwise operator |
Psch |
|
Core |
Fix |
TAN and ATAN functions not assigned to their respective keywords |
Psch |
|
Core |
Fix |
SELECT statement not working with relational operators. Also fix CASE x TO y not working in nested SELECTs |
Psch |
|
2005.08.29 |
ODBC |
Add |
Introduction of a new module: ODBC. |
|
OS |
Add |
New equates for CLSID parameter used by OS_GetSpecialFolder function |
||
2005.08.26 |
Core |
Improve |
Script loading time with many #INCLUDE files improved. Test: scripts with more than 50 thousand lines take less than 1 sec to load and parse on a P4 box. |
|
Core |
Fix |
Logical NOT not working in case of parens. Example not working: %KEY_READ = %STANDARD_RIGHTS_READ OR %KEY_QUERY_VALUE OR %KEY_ENUMERATE_SUB_KEYS OR %KEY_NOTIFY AND (NOT %SYNCHRONIZE) |
||
2005.08.24 |
Core |
Fix |
Array REDIM function in some special cases was going out of data storage allocation. |
Psch |
Core |
Fix |
Single line If statement is always executing TRUE part even if test was FALSE Example: If Key = "[ESC]" Then STOP STOP function was always executed. |