C
C#2y ago
Ewan

✅ Trying to split a string in a file using commas

I have a string in a file with a bunch on commas which im trying to make into an array by splitting the words by the commas but its not working here, help!
No description
9 Replies
Ewan
EwanOP2y ago
its the method from lines 25 to 32 how come its not outputting the splitted array of the string inside the file?
Angius
Angius2y ago
How can you tell?
Pobiega
Pobiega2y ago
passing an array to Console.WriteLine will not do what you want it to do
Ewan
EwanOP2y ago
oh? does it not print out the newly split line?
Pobiega
Pobiega2y ago
$tias
Ewan
EwanOP2y ago
OH AAAHHHHH I DO IT INDIVIDUALLY GOT IT
Angius
Angius2y ago
🎉
Ewan
EwanOP2y ago
ok thank you catshy

Did you find this page helpful?