Ask you a small question ,help me !!
What's wrong of the following programme ??
string temp="jxm"+"|"+"kein";
string[] tokens=temp.Split(new Char[]{"|"});
string name=tokens[0];
string pass=tokens[1];
Please help me !!
I'm online now .
send2manivannanPosted May 31, 2004, 3:13 AM