You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for Issues #28#29 and #30 where inner elements were being wrapped
in a Variant, because 1D Array of Variants were not being explicitly
converted to a Variant Array or Variant Cluster.
When Deserializing an Array of Cluster of Arrays, the Inner Array Elements are unnecessarily wrapped in a Variant.
Note the variant wrapper when flatting to XML using LabVIEW's built-in function (XML shown only for visualization of the problem).
The solution is to call 'Array of VData to VArray' instead of coercing the Variant Array to a Variant.
The text was updated successfully, but these errors were encountered: