Hi,
I need to loop throught datafile.
I tryed:
What I can do with this?
Thanks alot.
I need to loop throught datafile.
I tryed:
foreach (var obj in data.ReadObject<string>(filename))
{
PrintToChat(obj[key]);
}but I getting error: Error CS0021 Cannot apply indexing with [] to an expression of type 'char'What I can do with this?
Thanks alot.