How can I perform a "toUpper()" on a variable using TestStand expressions? I want to force all upper case on a string that a user has input, before validating it.
I know I can do this in a VI, but I would hope that TestStand could do this. There appears to be a set of string functions (like len(), search(), replace(), format()) but I don't see any case manipulation.