VBMatch_GetValue

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > VBRegExp >

VBMatch_GetValue

 

Description

 

Returns the value or text of a match found in a search string.

 

Syntax

 

s = VBMatch_GetValue(pMatch)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

pMatch

Numeric

No

A match object reference pointer

 

Remarks

 

Restrictions

 

See also

 

Examples