VBMatchCollection_GetCount

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > VBRegExp >

VBMatchCollection_GetCount

 

Description

 

Returns the number of matches objects in a match collection.

 

Syntax

 

n = VBMatchCollection_GetCount(pMatchCollection)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

pMatchCollection

Numeric

No

A match collection reference pointer retuned by VBRegExp_Execute or equivalent function

 

Remarks

 

Restrictions

 

See also

 

Examples