LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide one element of the array

Solved!
Go to solution

Hello,

 

Do you know how can I hide one element of the array in Labview?

0 Kudos
Message 1 of 3
(1,901 Views)
Solution
Accepted by topic author labview99

Hi 99,

 


@labview99 wrote:

Do you know how can I hide one element of the array in Labview?


In an array all elements share the same properties, they only differ in value.

So the answer is: you cannot hide a single element in an array.

 

The question is: why do you want to display a whole array on your user interface?

(Background: the presentation of data on your UI can differ from its storage inside your program. For creating a nice UI most often it is needed to present data differently than stored inside your program…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,894 Views)

Okey, thank you so much!!!

Best regards

0 Kudos
Message 3 of 3
(1,892 Views)