We have uploaded a new version of the compiler for our FOX subscribers to the Prerelease area on this website. This version fixes several issues that have been reported by our customers.
New features:
- Anonymous type members no longer have to be named. If you select a property as an anonymous type member then the same property name will be used for the anonymous type as well.
- Missing closing keywords (such as NEXT, ENDIF, ENDCASE and ENDDO) now produce better error message.
- We have started work on VO/Vulcan style of skipping arguments in the middle of a list of arguments.
VO/Vulcan style default parameters of xBase specific datatypes (such as SYMBOL or DATE literals) are not supported yet. - IIF Expressions are now also allowed as Expression statement. The generated code will be the same as if an IF statement was used