10-03-2006 09:34 AM
Date 10/20/2006
From Amit NI LabView User
To NI Discussion Forums User
Subject Please explain how this works
In this VI there are four String Indicators Data, From, To and Subject. If you look they are not connected with any wire and stile this VI will run with out any error not only that It will update the value according to what in the while loop in to CASE Structure.
This VI is the part of the POP Email application. I found it on NI web site.
Thank you for your great knowledge
Amit
10-03-2006 09:48 AM
10-03-2006 02:35 PM
I miss those colons. Well that is a good way to use local variables when you have lots of wires.
Thank you
10-03-2006 05:51 PM
10-04-2006 11:54 AM
Yes that is right. I got this code from POPEmail Library. I did not understand that at first. Now I understand it.
Thank you