06-29-2020 08:26 AM
Good morning all
how can we transform a source of type 1D array of booleans into source of type booleans?
have a good day
06-29-2020 08:35 AM
@thib101200 wrote:
Good morning all
how can we transform a source of type 1D array of booleans into source of type booleans?
have a good day
That doesn't really make sense. It's like saying, "How do I transform a crate of apples into one apple?" What is it that you are really trying to do? In other words, "Why is it that your data is an array of Boolean data type and whatever is operating on that data expects a single Boolean value?
06-29-2020 11:57 AM
@billko wrote:
@thib101200 wrote:how can we transform a source of type 1D array of booleans into source of type booleans
That doesn't really make sense. It's like saying, "How do I transform a crate of apples into one apple?"
Worse than that, because the end is in plural, so:
"How do I transform a crate of apples into apples?"
Makes absolutely no sense!
First we need to define what "transform" should mean here. Too vague! Then attach some code containing the incompatible source and sink you want to connect together.