02-21-2011 04:14 PM
Hello everyone
I have great interest in this issue too. Could someone save the file Alphabetize Case Structure.vi into 8.6 version?
Thanks
Dan07
02-22-2011 12:08 PM
I've attached Alphabetize Case Structure.vi converted to 8.6.
06-22-2018 08:07 PM - edited 06-22-2018 08:07 PM
Just wanted to let Greg know that I was able to use his QD shortcut for its original purpose. I've been put in charge of refactoring a massive program. The main VI has a very large case structure with >100 cases in it.
The eventual goal is to swap everything over to object-oriented code, but in the meantime, I was trying to sort all the cases alphabetically for ease of finding things. Trying to use the built-in "Sort" button in LabVIEW failed: no errors, but nothing would happen. I'm guessing nobody tried it on such a large case structure or in such a large/complex single VI?
The QuickDrop plugin, on the other hand, worked like a charm. So thanks for that.