From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to take user input and place it in a variable

All I want to know is how to copy user input from the message pop up and store in a local variable?

Thanks.

0 Kudos
Message 1 of 2
(3,439 Views)

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

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 2
(3,425 Views)