3
Answers

ive got a question about merging to lines

Cassie Mod

Cassie Mod

9y
424
1

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(';');

Answers (3)