Some courses and learning paths on NI Learning Center may not appear on learner dashboards. Our team is actively investigating.
If you encounter access issues, please contact services@ni.com and include the learner’s name, email, service ID or EA number, and the list of required courses.
04-10-2020 09:17 AM
Hello guys.
I have a 2D array which contains a lot of data. For example on the first line I have all First names, on the second Last names and so on. I am trying to save this data in an container which to contain 1D arrays of all lines. For example a first array name FirstName which contains the rest of the line. I am struggling to automatically name this arrays by the first column elements. I created a cluster of 1D array of strings, which works well but I want to automatically name every of these arrays with the data from first column and to access the elements using for example FirstName[1] or LastName[3] and so on.
Any suggestions how I can do this?
04-10-2020 09:56 AM
I don't know.
It is hard to know what you want from a paragraph of words.
If you attach a VI containing the 2-D array data, and an example of what you want the end result to be, then I'm sure we can help you.
04-10-2020 11:54 AM
Please attach a VI containing a typical small array, then tell us what you want to do with it.