I’m sorry, But I have no idea where to turn with this.
I’m currently writing a little windows application for fun and I would like to know how to create an array which indexes using a string in csharp (Like so):
string[] sArray = new string[6]; sArray["one"] = "string";
Does anybody know how to do this?
Many thanks in advance!