05-18-2020 09:45 AM
This should be a simple task, but for the life of me I can't find any documentation on a command to AND an array of Boolean elements. Is there any function for this, or do I have to write a loop to compare each array element?
05-18-2020 11:53 AM
I was surprised to see that AllOf() didn't work with an array. The best I can come up with is !Contains(Locals.BooleanArray,False)