I'm very happy to release Basic4ppc V6.90.
The new version includes many improvements such as:
· Local variables can be declared with a specific type. Declaring numeric variables significantly boosts the performance of numeric calculations.
· Subs parameters types and subs return type can also be declared.
· New types: Number and Integer. Correspond to .Net Double and Int32.
· Subs parameters can be passed by reference (ByRef). This can be used to return several values from a sub.
· Improved syntax for working with dynamic objects and dynamic controls.
Instead of writing Control(ControlName, ControlType), it is now possible to write ControlType(ControlName). The desktop IDE fully supports the new syntax with autocomplete and with the usual popup menu.
· Desktop forms size and layout is more accurate now.
· FileFlush keyword. Writes any cached data to the file.
· SQL library was updated to SQLite 3.6.16.
· More clear error messages for many common mistakes.
· Many bug fixes and other minor improvements.
All users who are entitled to a free upgrade should receive an email with this upgrade in the next 24 hours.
Erel
The new version includes many improvements such as:
· Local variables can be declared with a specific type. Declaring numeric variables significantly boosts the performance of numeric calculations.
· Subs parameters types and subs return type can also be declared.
· New types: Number and Integer. Correspond to .Net Double and Int32.
· Subs parameters can be passed by reference (ByRef). This can be used to return several values from a sub.
· Improved syntax for working with dynamic objects and dynamic controls.
Instead of writing Control(ControlName, ControlType), it is now possible to write ControlType(ControlName). The desktop IDE fully supports the new syntax with autocomplete and with the usual popup menu.
· Desktop forms size and layout is more accurate now.
· FileFlush keyword. Writes any cached data to the file.
· SQL library was updated to SQLite 3.6.16.
· More clear error messages for many common mistakes.
· Many bug fixes and other minor improvements.
All users who are entitled to a free upgrade should receive an email with this upgrade in the next 24 hours.
Erel