User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
I'm sometimes amazed how lazy I get. As soon as a cool new feature comes out, like a For Loop with Break, I want something better. I'm tired of writing code to search through an array of clusters for some specific value that matches. I really want LabVIEW to do this for me. This could drastically improve coding efficiency in advanced applications.
Imagine we have a new primitive search function that can search an array of clusters for a specific item and return the index of the first match. Then instead of writing this code manually, I could just drop the function and select the type to search by.
This:
becomes this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.