Selecting by the Compilable Property
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Selecting by the Compilable Property
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Objects can be selected by querying the compilable property using the selection criteria “c”. All objects that are compilable (i.e., document objects that have had the compilable property set by the user) are selected. For example, in the following command, all compilable objects are selected for use by the ZOMLIST service:
ZOMList +p c
In the next example, all objects that are not compilable are selected:
ZOMList +p c!
This example finds all objects which have been declared by the user as macros (a variation on the compilable property):
ZOMList +p cm
This next example finds all objects which have been declared by the user as compilable/ignore warnings (a variation on the compilable property):
ZOMList +p ci
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5