WebParseHtmlBound Function Parses the HTML content for sLeftBoundary and sRightBoundary and stores the string between these boundaries in sResult.
WebParseHtmlBoundEx function Parses the HTML content for sLeftBoundary and sRightBoundary and stores the string between these boundaries in sResult.
WebParseHtmlBoundArray Function Parses the HTML content for sLeftBoundary and sRightBoundary and stores all strings between these boundaries in saResult.
WebParseDataBound Function Parses the response data for sLeftBoundary and sRightBoundary and stores the string between these boundaries in sResult.
WebParseDataBoundEx Function Parses the response data for sLeftBoundary and sRightBoundary and stores the string between these boundaries in sResult.
WebParseDataBoundArray Function Parses the response data for sLeftBoundary and sRightBoundary and stores all strings between these boundaries in saResult.
WebParseHtmlTitle Function Parses the <TITLE> tag of the HTML response and stores the content it in the provided string.
WebParseTable Function Parses HTML tables and stores the content of the specified cell in the provided string.
WebParseTableVLookup Function Parses HTML tables and stores the content of the specified cell in the provided string. In contrast to the function WebParseTable, the row number is determined dynamically through the content of a search column.
WebParseResponseData Function Parses the response data (commonly HTML) for sLeftBoundary and sRightBoundary and stores the string between these boundaries
in sResult.