G
Guest
I wanted to create an enum with the following:
SSN,
EIN,
N/A
But it doesn't like the /. How can I put / or ? characters into the list.
Also is it possible to have blanks as a valid enum? or Null?
SSN,
EIN,
N/A
But it doesn't like the /. How can I put / or ? characters into the list.
Also is it possible to have blanks as a valid enum? or Null?