Jan 22, 2006 #1 bobetko Programmer Jan 14, 2003 155 US What would be the best approach to search and replace characters in BSTR type string? Let's say I have: CComBSTR = "The Big House" The resulting string should be: The+Big+House (Want to replace space character with + character) Thanks.
What would be the best approach to search and replace characters in BSTR type string? Let's say I have: CComBSTR = "The Big House" The resulting string should be: The+Big+House (Want to replace space character with + character) Thanks.