LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dumb question: 2D Array?

I'm a total newbie...so brace yourselves! 🙂

I see that I can take an array container and dump a string in it in
order to make a 1D array of strings. So, how do I make a 2D array.

Thanks in advance...

-- N
0 Kudos
Message 1 of 4
(2,504 Views)
Borland C++ 5 Builder (for example)

DynamicArray >
0 Kudos
Message 2 of 4
(2,504 Views)
In LabVIEW, you can add dimensions several ways. The two that I most commonly use:
-Right click on the array and select Add Dimension
-On the diagram, feed the 1D array wire into a Build Array function, which will increase it to a 2D array.
0 Kudos
Message 3 of 4
(2,504 Views)
You can also use Initialize Array function.
0 Kudos
Message 4 of 4
(2,504 Views)