LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add a True value to position (0,1) in a 2*2 boolean array?

Solved!
Go to solution

Hi everyone, let's say I have a 2*2 boolean array (Indicator), how can I let the element in position (0,1) for example be true??

Thanks.

T. A.
0 Kudos
Message 1 of 2
(2,471 Views)
Solution
Accepted by topic author toniaz

Hi T.A.,

 

1) ReplaceArraySubset with indices 0&1 and element=TRUE.

2) OR Array with an array constant of [(F,T),(F,F)]

Message Edited by GerdW on 11-23-2009 03:22 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,468 Views)