Day 11 of Exploring LabVIEW Creating arrays in LabVIEW is straightforward. Users place an array shell on the front panel and drag an element, such as a numeric or Boolean control, into it. This method ...
So moving on my journey I learnt about array today, Array is a collection of data elements of the same data types, the elements can be Boolean, string or path. Array can be in 1d or 2d in Labview.