My boss said i could merge these to lines into one, but i cant figger out how. Does somebody know ? thnx
string Text = myFile.ReadLine();
string[] Bits = Text.Split(';');
string[] Bits = Text.Split(';');
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Praveen DhatrikaPosted Dec 8, 2015, 6:40 PM
Cassie ModPosted Dec 8, 2015, 5:32 PM
Praveen DhatrikaPosted Dec 8, 2015, 5:19 PM