Need to create a function using MUMPS that will validate a name and if valid (format: “LastName,FirstName MI”) add it to an array
I’m having trouble creating a function that will take in a name, validate it and add it to an array (nameAry) In nameAry, the subscript is the name and the value is the number of times that specific name was entered. I think in theory, the function should take in one name at a time and add validate and check, but there will be lots of names entered.