Count Words
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Please help me .. I want count a perticular word in one sentence or strig. using VB 6.0 Thank u..
-
Hi all, Please help me .. I want count a perticular word in one sentence or strig. using VB 6.0 Thank u..
Hi, Here's a link with code in VB.Net, but you can see how it's done and reprogram it in VB6. http://blogs.vbcity.com/mcintyre/archive/2006/12/11/7343.aspx[^] Here's an article which grabs all the words out of a word or text file and places them in an array. You can use a part of the code for your counting : http://vb-helper.com/howto_list_doc_words.html[^] Hopes this helps you out. Sven