Customization > Automation Interface > Functions > For User Interface > Functions for the Results Pane > ClearResultsPane function (automation interface)
ClearResultsPane function (automation interface)
Syntax:
ClearResultsPane(<pane>)
Where:
<pane> is a numeric value that specifies the Results pane to clear - 0 clears the Results pane, 1 clears the Results2 pane.
This function clears the content of the Results or Results2 pane.
Example
In this example, the content of the Results2 pane is cleared.
Call Studio.ClearResultsPane(1)
Was this helpful?