I am using a "Prompt User for Input" Express VI to get a serial number from the user. I enabled the second "cancel" button as an escape option however if the user types in the serial number field before pressing cancel the value is updated regardless of which button has been pressed.
I realize that the second button is just labeled as "Cancel" by default and not necessarily designed to be a cancel button but is there a way to cancel the user input without having the field updated by accident without putting the whole thing into a loop with shift registers?