I have 3 different numeric fields that represent the branch, account number and verification digit of a bank accountI have also a text field that under a validate event, joins the values of the 3 numeric fields (separated with a "-" and a "/") using the following codeif (BRANCH.rawValue != null && A...