What I have:
- I have 1.dwg, 2.dwg, 3.dwg, ..., 100.dwg
- I have 2.adt, 3.adt, 99.adt
- and some other stuff ..
What I want:
- Test if every DWG has a sibling with extension ADT.
- 2.dwg, 3.dwg and 99.dwg should display "YES", all other DWG should display "no"
What I did:
- In misc.ini I set "extension= dwg" (and later I changed it to "extension=adt")
- I defined a user-defined column.
What I get (with both ini):
Code: Select all
1.dwg No
1.adt yes
1.txt yes
Peter