Advertisement
4_2005-2006 Coding Standards #160100

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

AI

AI 摘要: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

源代码
original-source
Function NumChars(strSource, strSearchString) As Long
if len(strsource) then
 NumChars = UBound(Split(strSource, strSearchString))
end if
End Function
原始评论 (3)
从 Wayback Machine 恢复