Hi!
I'm looking for a simplay way to convert a String-Array to an Enum.
Background: I'm reading a spreadsheet containing Row- and Collumheader; de facto a 2D-table. the user chooses the factor by selecting the desired headers. I don't know at the start how many rows or colums the file will have, but that's no problem. since people with NO computer experience should be able to use this programm I need to make it as simple on them as possible.
String or String-Array is quite irrelevant, if it can be done one way or the other I simply addept the format 😉
any help would be appreciated,
Markus