Analytica 6.4 Release Notes/Changes in 6.4.6.241
This page lists all changes in build 6.4.6.241 that have occurred since the previous beta build 6.4.3.237.
There were also a number of builds which we did not post for beta testing.
Expression Assist
- Extended EA support for X['a'] when X has a declared dim.
You can omit an index when subscripting and when the index has been explicitly declared, as in:
Local X [ Label ] := ... Do X['item 1']
where Label is an index having 'item 1' as one of its elements. Expression Assist was extended to support this syntax, and to suggest literal labels when they are available as it does for parameters and locals.
Comments
Enable comment auto-refresher