LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make 'else' case in case structure conditioned by a string ?

In building a case structure conditioned by 'string', how can I make the last case slide cover all other cases, other than the option choosable ? Just like the else statement in the text based programming language.
0 Kudos
Message 1 of 3
(4,500 Views)
They have supplied a way to mark what the default case is. The keyword is "Default", so if your last case was for a string "No" then the selector at the top of the case would look like
"No", Default

and this would become the default case.
0 Kudos
Message 2 of 3
(4,500 Views)
If you set it as default, it will execute if other cases don't match.
Good luck
0 Kudos
Message 3 of 3
(4,500 Views)