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,960 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,953 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,951 Views)
Hi,
 
Version 3.0.
 
Ray.
Regards
Ray Farmer
0 Kudos
Message 4 of 4
(3,947 Views)