10-22-2012 03:24 PM
All I want to know is how to copy user input from the message pop up and store in a local variable?
Thanks.
10-23-2012 12:41 AM
Hi
Just take a look at thread's example
http://forums.ni.com/t5/NI-TestStand/TestStand-Message-Popup/m-p/1792424/highlight/true#M35397
The trick is done by Message-Popup PostExpression: Locals.strMyResponse = Step.Result.Response
Hope this helps
Juergen