opcLoadQueries
opcLoadQueries([?filet_file]) =>t/ nil
Description
Loads all the queries defined in the specified file.
Arguments
|
The file from which the queries are loaded. If no file is provided, a form is displayed where you can specify the file. |
Value Returned
|
Failed to load the queries because an invalid file was specified. |
Examples
Load queries from the file named aFile.il.
opcLoadQueries(?file "aFile.il")
Load queries without the filename specified. The form is displayed.
Related Topics
Return to top