Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / Extract Method
In This Topic
    Extract Method (WebElement)
    In This Topic
    Extracts text that is delimited by pretext and posttext from an HTML text source.
    Syntax
    expression.Extract( _
       ByVal pretext As String, _
       ByVal posttext As String, _
       ByVal singleLine As Boolean _
    ) As String()
    where expression is a variable that represents a WebElement Object

    Parameters

    pretext
    posttext
    singleLine
    See Also