I think it would be useful if the select function could accept a numeric "index of" input in order to choose between the 2 chosen inputs. Let me explain further using the first diagram in this example:
When using the "search 1D array" or "match string pattern" functions I have to use a "Less than zero" function to then feed into the select function to ensure the value is only passed through if it exists in the array. What I believe would be useful is if the select function would allow you to wire numeric values to the (what is now) Boolean input, and take any positive number as true and any negative number as false (I realise this kinda breaks the rule of binary). Alternatively I think a purely numeric select function would also be sufficient. I think this will help the block diagram to become slightly less cluttered and save some space, as well as being much quicker to produce.
I am posting this idea as it is a method I use frequently, though there may be a more efficient way of doing this that I have not picked up on - If so I am open to comments.
This could also be taken further in using the same approach in while loops for instance.
I realise some may not be keen to use a numeric approach as you will have a much larger variation in data (as opposed to the beauty of Boolean) however the terminal would ignore the variation and simply choose between positive and negative to make a decision.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 3 kudos within 3 years after posting will be automatically declined.