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: 

uppercase conversion

Is there a way in TestStand to convert operator input to upper case?
0 Kudos
Message 1 of 4
(3,576 Views)

Hi,

You can use the expression function ToUpper().

eg Step.Result.Response = ToUpper(Step.Result.Response)

this would ensure the response from a MessagePopUp would be in upper case.

Hope this helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,569 Views)
You can force any string to upper or lower case with the ToUpper and ToLower expression functons.  I'm not sure what version these functions first appeared in, but they are in 3.1.
 
0 Kudos
Message 3 of 4
(3,567 Views)
Hi,
 
Version 3.0.
 
Ray.
Regards
Ray Farmer
0 Kudos
Message 4 of 4
(3,563 Views)