e.g.
for (int i = 0; i < speaker.Length; i++) {
s.WriteLine(speakerAmt[i] + \t + speakerID[i]);
}
I’m trying to get a tab character in-between speakerAmt[i] and speakerID[i].
Do escape characters need to be in ” ” “ ” (quotation marks)?
EDIT: Thank you! in less than 50 seconds, I had about 5 answers. I’m impressed!
Do this :
And It’s better to do following