10-16-2008 04:42 AM
Good Morning,
I want messages displayed in a string output on the front panel. In my vi. there is a case structure in a case structure. Inside the first case structure (in true case) I need a message e.g Ok, however inside the second case structure (in true case also) I need a message e.g No. Until now my efforts resulted in a message that blinking between Ok and No when both cases are true. How can I overcome this problem? Please keep in mind that I want the messages in the same “display (I use a string output)” thus, what I use is local variables of the same string output.
Thank you in advance
Solved! Go to Solution.
10-16-2008 05:01 AM
Hi,
could you post the code that you already have so that we can have a look at it.
Dave
10-16-2008 05:01 AM
10-16-2008 05:12 AM
Thank you all very much, jcarmody gave me exactly what I wanted.
Thanks again