Quote Originally Posted by Trainwreck View Post
So would it still be possible to construct a class, array or list (or what ever is best in this case) when i don't know the exact vars?? In PHP i could do something like this with a 2D array. Maybe this is possible in C# too??

//When the string is splitted
string s1 = myArray[0]["name"];
string s2 = myArray[0]["gear"];
string s3 = myArray[0]["location"];
your property names are the ID, rank and gear and values respectively 12, 4 and "none" so constricting a class is very simple