NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Search numerical array

It is possible to code this in TestStand without using a VI?

easytest.png

0 Kudos
Message 1 of 2
(2,958 Views)

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)


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 2 of 2
(2,937 Views)