Make one VI that runs continuously until a QUIT is pressed. The VI does two things: 1. It translates a user input text s
Posted: Sat Feb 26, 2022 11:41 am
Make one VI that runs continuously until a QUIT is pressed. The VI does two things: 1. It translates a user input text string on demand. It either translates the input string to all upper cases, all lower cases, or untouched based on the user's choice from a Text Ring. There is a Clear button which, when pressed, the result string of the translation is cleared immediately.