opcSaveQueries
opcSaveQueries([?filet_file]?queriesl_queries) =>t/ nil
Description
Saves the list of queries in the specified file.
Arguments
|
The file listing the queries to be saved. If no file is provided, a form is displayed where you can specify the file. |
|
Value Returned
|
Failed to save the queries because the list was empty or the file was invalid. |
Examples
Save queries named Custom1 and Custom2 in the file named aFile.il.
opcSaveQueries(?file "aFile.il" ?queries list("Custom1" "Custom2"))
Save query named aQuery. Because no filename is specified, the form is displayed.
opcSaveQueries(?queries list("aQuery"))
Related Topics
Return to top