I have a small problem . here is :
i have a string that i get from a list box the string comeing like this for exampel :
jack(i am at home)
now i want get just jack form this text . and also jack is different's anytime .
i use this code for separate jack from others:
string name,message= listbox1.Text;
string[] textcuter= message.Split(' ');
name=text2[0];
but i get output like this :
jack(i am
how can i get just jack in this exampel?
thanks and i be waiting for your help
This post has been edited by access2reality: 03 March 2008 - 04:20 PM

New Topic/Question
Reply



MultiQuote




|