InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Extract Method
The text before.
The text after.
If singleLine or not.


In This Topic
    Extract Method (IWebDocument)
    In This Topic
    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