If we have a 1D array wire and try to insert a "rotate array" primitive (right-click...insert...), there is only one reasonable connector choice.
When inserting symmetric primitives, the programmer can typically chose the connector used by placing the cursor slightly above or below the wire when right-clicking. For numeric arrays, LabVIEW is smart enough to always automatically pick the right choice when inserting a "rotate array" primitive. Obviously, there are additional sanity checks, preventing broken wires.
For some reason, this is not true for non-numeric arrays. If we (for example) try the same with a 1D array of strings, we get a 50% chance of broken wires and useless connections. (same for other non-numeric types I tried, but I did no check all possibilities)
A picture shows it better. (As mentioned, we always get case (B) for numeric arrays)
IDEA: The smart behavior should apply for all 1D arrays, not just numerics.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.