VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by Marco Antonio Alves (3 Submissions)
Category: Coding Standards
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

Count number ocurrences of a sequence characters in string

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

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

Download this snippet    Add to My Saved Code

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

No comments have been posted about Count number ocurrences of a sequence characters in string YOU MUST SEE THIS OWN SEE IT. Why not be the first to post a comment about Count number ocurrences of a sequence characters in string YOU MUST SEE THIS OWN SEE IT.

Post your comment

Subject:
Message:
0/1000 characters