InfoConnect for Airlines
Extract Method (IWebDocument)


The text before.
The text after.
If singleLine or not.
Extracts text delimited by pretext and posttext from an HTML text source.
Syntax
'Declaration
 
Function Extract( _
   ByVal pretext As String, _
   ByVal posttext As String, _
   ByVal singleLine As Boolean _
) As String()
'Usage
 
Dim instance As IWebDocument
Dim pretext As String
Dim posttext As String
Dim singleLine As Boolean
Dim value() As String
 
value = instance.Extract(pretext, posttext, singleLine)

Parameters

pretext
The text before.
posttext
The text after.
singleLine
If singleLine or not.

Return Value

The extracted text.
See Also