Answer the question
In order to leave comments, you need to log in
Number of characters per line?
You need to delete 1 line, but as I did not find information on how to do it, I just came up with this
String s = textBox2.Text;
{
String[] words = s.Split(new char[] { ':', '\r' });
userEmail = words[0];
Passord = words[1];
int f = s.Length;
String kj = s.Remove(0,(f));
textBox2.Text = kj;
Answer the question
In order to leave comments, you need to log in
It's all
int f = s.Length;
String kj = s.Remove(0,(f));
textBox2.Text = kj;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question