Navigation: thinBasic Modules > VBRegExp > VBMatchCollection_GetItem |
|
Description
Giving a match collection, retrieves a reference to a Match object at the given index.
Syntax
pMatch = VBMatchCollection_GetItem(pMatchCollection, lIndex)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
pMatchCollection |
Numeric |
No |
A match collection reference pointer retuned by VBRegExp_Execute or equivalent function |
lIndex |
Numeric |
No |
Index of the item to be retrieved |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |