<< Click to Display Table of Contents >> Navigation: What's new > 2006 - version history > Version 1.0.9.7 |
Release date: 2006.05.08
Date |
Area/Module |
What |
Description |
Thanks to: |
---|---|---|---|---|
2006.05.08 |
thinAir |
Fix |
Saving window position parameters error in case of window maximize |
|
Core |
Improve |
SOUND_PLAY modified to better manage async and resolve a possible GPF. |
||
Core |
Add |
SOUND_PLAY Multi Thread MCI function. Experimental function to play sounds using MCI. Maybe a specific module on sound will be created. |
||
2006.05.07 |
Core |
Improve |
CALL statement can now have a TO clause in order to assign return value from called function to a variable |
Psch |
Core |
Improve |
Script with many calls to user functions (functions defined inside scripts) will execute much faster especially if functions contain loops. |
||
2006.05.06 |
Core |
Fix |
Alternating ByRef and ByVal in function parameters was creating problems. Solved |
Psch |
Core |
Add |
Function_Exists will let you know if a function name exists. Function name can be a name of a user defined function or an external declare function. |
||
Core |
Improve |
CALL keyword now accepts also string expression as function name to call. This will allow to dynamically call functions whose name is calculated at script time. Still working on return parameter setup |
Psch |
|
Core |
Fix |
Fix a GPF occurring on internal dictionary in case of too much keys with the same hash value. Problem still under investigation |
||
2006.05.05 |
thinAir |
Improve |
Cursor position offset inside script buffer |
|
thinAir |
Fix |
Fix a search/replaced problem not replacing correct occurrences |
Psch |