Skip to content

InStrCount

Xusinboy Bekchanov edited this page Nov 6, 2023 · 3 revisions

InStrCount Function

Syntax

Function InStrCount(ByRef subject As WString, ByRef searchtext As WString, start As Integer = 1, MatchCase As Boolean = True) As Long

Parameters

Part Type Description
subject WString Required.
searchtext WString Required.
start Integer Optional.
MatchCase Boolean Optional.

Return Value

Long
Clone this wiki locally