Tools Links Login

Count number ocurrences of a sequence characters in string * YOU MUST SEE * THIS OWN!!! SEE IT!

Count number ocurrences of a sequence characters in string

Original Author: Marco Antonio Alves

Code

Function NumChars(strSource, strSearchString) As Long
if len(strsource) then
NumChars = UBound(Split(strSource, strSearchString))
end if
End Function

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 75 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.