CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AnotherBuddy

Search: Search took 0.04 seconds.

  1. Thanks Darwen

    Thanks Darwen
  2. How to remove the blank spaces in a string?

    Hi,

    I have a string, say for example string strTemp = "Hello how are you?".
    Now how can i remove all the blank spaces in the string?

    I tried using strTemp.Replace(" ","");
    But this doesn't...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured