05-10-2023 03:38 AM
The index array function is resizeable. Could the same be done for the map lookup function?
Is there another elegant solution?
dtni_0-1683707782646.png
05-10-2023 04:46 AM
@dtni wrote:
The index array function is resizeable. Could the same be done for the map lookup function?
Is there another elegant solution?
dtni_0-1683707782646.png
You can use Loop instead, no option to read multiple Key value similar to index array.
05-10-2023 10:51 AM - edited 05-10-2023 11:05 AM
I agree that you should use a FOR loop.
In a well designed program, you would have an array of keys and want an array of values, no need for herding catsscalars!
altenbach_0-1683733846867.png
05-11-2023 02:50 AM
The only way to make a resizable function is to use an XNodes (LabVIEW Wiki).
Really hard, not the way to go...