LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean Array control

I have an index of a 4 element boolean array. By having that index, I want to make that particular element to TRUE and all remaining elements should be FALSE. how to do it programatically??
0 Kudos
Message 1 of 2
(2,067 Views)

1. 'Initialize array' of length 4 and element False

2. 'Replace Array Subset' at index X with True

3. Profit

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 2
(2,042 Views)