There is no function in ASP to count number of words in sentence or long string. Bellow is very simple function that count number of words and return that count. < % Function CountWords (StrValue) Dim iWords, mLengthWithSpaces, mLengthWithoutSpaces ‘ following line calculate the actual length of string mLengthWithSpaces = Len(StrValue) ‘ following line remove [...]
Entries from October 2009
Count Number of Words in a Sentence using ASP
October 16, 2009
10 Steps to follow after installing WordPress
October 8, 2009
Congratulation! you just installed a wordpress blog on your live hosting or even on your local computer. Now you’ve 10 steps to follow to make sure your blog is ready to use. Following are the steps define what you should do after installing WordPress. Change your admin Password You must have to change the password [...]
Why to Install WordPress on your own Computer
October 8, 2009
Are you installing wordpress or testing theme or pluging for wordpress on your live domain? Wait… Dont’ try it on your live system, let’s look at some reason why you may want to install WordPress on your local computer. Reason #1: There is no need to register domain name and buy web hosting to host [...]
Posted in
content rss
Recent Comments