C
C#3w ago
AyaMaya

✅ what is this error and how to fix it

thank you
No description
3 Replies
AyaMaya
AyaMayaOP3w ago
its supposed to be input[y-1][x] = "X";
Pobiega
Pobiega3w ago
strings are immutable in C# meaning you cant edit them, which is what this line of code is trying to do you'd need to turn your string into a char[] if you want to be able to do that
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server