opcDeleteQuery
opcDeleteQuery(t_name) =>t/ nil
Description
Deletes the definition of a query along with any sets that have been created using the query.
Arguments
Value Returned
Examples
Use the following command to delete the query called MultiBit:
opcDeleteQuery("MultiBit")
Return to top