Advertisement
C_Volume2 Coding Standards #80547

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