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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.