Microsoft
Software
Hardware
Network
Question : How do I add a comma to my string?
string str adds in more incoming string in a for/next loop.
str += it->strName;
how do I add a comma after each name (it->strname)?
Answer : How do I add a comma to my string?
See if this works:
str += ',';
Or,
str += it->strName + ',';
Random Solutions
Restarting Footnote numbering in a lenghy completed document
Date Formula deducting today's date from date field
Exchange ActiveSync Calendar Issue
Disable Shortcut Keys in axwindowsmediaplayer1 (media player)
How to register nameserver
How to alter web page so Google Chrome will clear old data?
Auto fill user name in "Login" field
SQL 2005 on a windows 2003 cluster , how to back up
Resize a live OS partition whilst running! - Windows 2008
Any best tool to copy users profile during server/domain migration ?