NI TestStand Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Greil

Expression Function "AllOf()" should accept BoolArray as a parameter

Status: New

This is the existing function:

returnvalue = AllOf(True,False,True)

 

 

But I need often this:

my_boolarray = {True,False,True}

returnvalue = AllOf(my_boolarray)

> Error: Expected Boolean, found Array of Booleans