Nov 20, 2003 #1 J Jedhi Centurion Joined Oct 2, 2003 Messages 127 In VC6.0 I have used the CString alot, but I experience that CString do not always do as expected in .NET. CString str = ""; Does for example not give an empty string. What must I use in .NET to get string work correctly ?
In VC6.0 I have used the CString alot, but I experience that CString do not always do as expected in .NET. CString str = ""; Does for example not give an empty string. What must I use in .NET to get string work correctly ?
Dec 10, 2003 #2 N netsniper Newcomer Joined Aug 21, 2003 Messages 12 Try the keyword IsEmpty Netsniper
Dec 11, 2003 #3 J Jedhi Centurion Joined Oct 2, 2003 Messages 127 I've already tried that. I did not help.