Search Tools Links Login

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

Posted: 2002-06-01
By: ArchiveBot
Viewed: 55

Filed Under:

VB6 Code Cache

No attachments for this post


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


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.