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:
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.