Sometimes, you might not care about the outputs under certain input conditions. "Not caring" can lead to significant improvements in optimization and thus resource utilization but there's no way to tell LabVIEW right now that you "don't care". I propose we create new data types that can support "don't care". It should start with the booleans but when you convert a boolean array to an integer, if one of booleans has a "don't care" the numeric output also then becomes a "don't care" which is yet another data type we need as well.
Here's what a "don't care" might look like if the user didn't care about the output if the input was 2:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.