Analytica 5.2 beta Release Notes/Changes in 5.2.3
This page lists fixes/changes in Analytica & ADE beta build 5.2.3 since the previous 5.2.2 beta build.
Clipboard
- Work (in progress) on pasting of header labels into tables when using the new XML spreadsheet format. When to decide that row/col headers should paste when source data selected them.
- When copying internally between two tables in the same instance of Analytica, Paste Special showed other formats but didn't use them.
- The « » characters weren't showing up when copied into Excel.
- Row/Col totals in table that has NaNs were copy/pasting into Excel as NAN, not as displayed in Analytica.
- NANs within cells weren't copy/pasting to Excel as #DIV/0! as they should.
- Copying a control from a table cell in one instance of Analytica to table cell in another instance copied as text rather than as the control.
- Bad message about cell selection when pasting into a selected region smaller than the copied region
Engine
For x:=I Dochanged to use a "pure" local for x whenIhas its MetaOnly index set, same asLocal x[]:=I Do.x[I=u] := vchanges a cell that should not have been changed. u & v share an index.- Extended slice assignment to work with a domain index, e.g.,
a[Domain of De1 = De1] := x - Deletion of button doesn't invalidate Att_FixedOnChange for variables that run button from their OnChange attribute.
Comments
Enable comment auto-refresher