Skip to content

StartsWith

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

StartsWith Function

Syntax

Function StartsWith(ByRef a As Const WString, ByRef b As Const WString, Start As Integer = 0) As Boolean

Parameters

Part Type Description
a Const WString Required.
b Const WString Required.
Start Integer Optional.

Return Value

Boolean
Clone this wiki locally