<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > VBRegExp > VBMatch_GetLength |
Description
Returns the length of a match found in a search string.
Syntax
n = VBMatch_GetLength(pMatch)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
pMatch |
Numeric |
No |
A match object reference pointer |
Remarks
Restrictions
See also
Examples