Hi,
I am trying to open a popup window (through a subVI) once the user hits a button. The window asks the user for some input (in my case a string) and to hit an OK button to close the window again. I would like to use the string for further processing.
My problem is that the string is not available outside the case structure (which checks if the button is pushed or not).
I figured that I can solve the problem by using a local variable - which might not be the best solution since local variables decrease the performance right? (I'm planning on getting more input data from the user in future) Is there a better way to do this?
Please see the attached VIs for clarification (start the 'Popup Calling VI').
Thanks