Analytica 5.2 beta Release Notes/Changes in 5.2.3

< Analytica 5.2 beta Release Notes
Revision as of 23:19, 12 December 2018 by Lchrisman (talk | contribs) (Clipboard and Engine issues)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 Do changed to use a "pure" local for x when I has its MetaOnly index set, same as Local x[]:=I Do.
  • x[I=u] := v changes 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


You are not allowed to post comments.