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
Same basic colors in HTML or RGB
Crosstab Query To Excel - Number Format
Internet Explorer blocking javascript
My Computer/ Explorer Not responding Windows XP
How do create a Windows batch script to start a service and set to automatic
Win 2003 Server desktop icons do not appear after login
Need SBS 2008 R2 Premium Media
Accessing an FTP server internally that is on a different subnet.
How to read the data from MQRFH2 messages using MQ connector stage
SBS 2008: reverting from smart host/pop3 connector to exchange hosted email (DNS)?