846 B
846 B
Create Util 1
Macro Definition
| Action | Arguments | Condition |
|---|---|---|
| SetWarnings | 0 | - |
| OpenQuery | Util Make Select 0; 0; 2 | - |
| OpenQuery | Util Flag Update; 0; 1 | - |
| OpenQuery | Util Make Select 1; 0; 1 | - |
| SetWarnings | -1 | - |
What it does
- SetWarnings: Enables or disables system warnings (e.g., confirmation dialogs for actions).
- Arguments: 0
- OpenQuery: Runs a specified query in the database.
- Arguments: Util Make Select 0; 0; 2
- OpenQuery: Runs a specified query in the database.
- Arguments: Util Flag Update; 0; 1
- OpenQuery: Runs a specified query in the database.
- Arguments: Util Make Select 1; 0; 1
- SetWarnings: Enables or disables system warnings (e.g., confirmation dialogs for actions).
- Arguments: -1