Command:
ole.Close(id);
Syntax:
ole.Close(
string
id);
Return:
nothing
Close a query window. The ID param is the name of the query window.
Example:
ole.Close("Mary");
See also:
Query
,
GetQuerys
Home
|
Scripting