05-07-2013 03:07 PM
It is possible to code this in TestStand without using a VI?
05-08-2013 03:38 AM - edited 05-08-2013 03:39 AM
If you are using TestStand 2012, you could use FindOffset() to find the index and then use an expression to set the flag.
Something like this:
FindOffset(Locals.Array,Locals.num)>=0
?
(Locals.flag =True)
:
(Locals.flag =False)