✅ 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!
9 Replies
its the method from lines 25 to 32
how come its not outputting the splitted array of the string inside the file?
How can you tell?
passing an array to
Console.WriteLine
will not do what you want it to dooh? does it not print out the newly split line?
$tias
OH
AAAHHHHH
I DO IT INDIVIDUALLY
GOT IT
🎉
ok thank you