08-19-2008 04:12 PM
I'm surprised LabView doesn't appear to have a built-in associative array type, where I can "index" into it by a key value. Is it perhaps available but just by a different name?
08-19-2008 04:23 PM
08-19-2008 07:21 PM
Yes, that's exactly what I was looking for. I'm just surprised there's not a built-in VI to do this rather than rolling my own. And I would think this is a common thing that folks would request ...
08-20-2008 06:57 AM
10-30-2009 09:38 AM - edited 10-30-2009 09:40 AM
Here is a anassociative array (map) that I just finished implementing using LabVIEW object-oriented programming (LabVIEW 2009). Use the test.vi method of the Map class to check out the functionality.
Feel free to use or modify it (according to the MIT license, see LICENSE.txt). If anybody is significantly improving or extending it, it would be great if you could post the updated ZIP file again in this thread.