Microsoft
Software
Hardware
Network
Question : trim string
i need to trim off everything from the space to the end; example of string:
1310 ^*ka_+jdfkajsdkfj
need it to be
1310
Answer : trim string
string str = 1310 "^*ka_+jdfkajsdkfj";
str = str.Remove(str.IndexOf(" "));
Random Solutions
HTML and opening new pages, can the following be done?
SoposAdministrator
Problems Installing PyQt on OS X 10.6.3
LOAD DATA INFILE
sendAndLoad onHTTPStatus issue
how to install certificate in SBS 2008
notepad change is not reflected everywhere
Exchange 2003 Mailbox missing - big mystry
use wireshark to capture whats happening during the logon process