LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not case sensitive string comparison


@crossrulz wrote:

3. Why in Input List using a local variable instead of the terminal?


 

Because for some weird reason it is an indicator instead of a control. 😄

 

As has been said, here's equivalent code:

 

 

altenbach_0-1689090080291.png

 

0 Kudos
Message 21 of 23
(237 Views)

Ok, notes taken. This is part of the bigger program that I wrote back in 2019. I'm self tought so sometimes I overcomplicate things that could be made simpler. I appreciate the input 🙂

0 Kudos
Message 22 of 23
(208 Views)

As mentioned, this was a "literal" simplification.

 

More elegant would be to just check if the index is non-negative. No need for the string equality.

 

altenbach_0-1689148795852.png

 

0 Kudos
Message 23 of 23
(200 Views)