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?
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?
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!
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...