CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Word Count

  1. #1
    Join Date
    Dec 2008
    Posts
    3

    Post Word Count

    Dear All..

    I trying to count no. of words in - input string
    VB.net 2005 ver

    hoping to get soonest result..

    bye

  2. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: Word Count

    Split the string on spaces and count the length of your resulting array.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured