Map in Map bug

Issue #109 new
James Powell repo owner created an issue

From reniam on LAVA:

Comments (3)

  1. James Powell reporter

    This may be a deeper LabVIEW issue, as teh garbled info appears to be from other parts of memory (so a pointer problems at teh C++ code level)

  2. logmanoriginal

    This is a bug in the type string produced by Flatten To String when using Sets. The label is truncated and size info is missing. Here is an example that illustrates the issue.

    There is a hack to get it to work by changing the label to include the necessary size info. The trick is to add a leading character (any one will work) plus the size info using alt-codes. Here is a working example. This also works in the original VI.

    This bug exists in all versions since 2019, including 2022 Q3 beta. I’ll open a bug report, perhaps this gets fixed in future versions.

  3. Log in to comment