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 [...]
Count Number of Words in a Sentence using ASP
October 16, 2009
Welcome to my dream World
May 26, 2007
Hello and welcome to my world (The dream that came true) – a world crammed with computer issues, programming, and other generally creepy things. So be ready to go ahead. Please tie up your seatbelt and uptight your seat position, as this may be a jerky ride. I started this blog as a place I [...]
Posted in
content rss
Recent Comments