watdahel
Golden Member
What's an alternative to using a switch structure to represent my data file? Basically, I have a function that receives a string and checks too see if it's in the table and then returns another string that corresponds to it. I was gonna use a switch structure to do the look-up but I found out that the case values can't use string values.