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 [...]
Posted in Programming, Visual Basic
No Comments »
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 could [...]
Posted in General
No Comments »