11-05-2019
05:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-05-2019
05:53 AM
Hi,
@Anonymous wrote:that does count everything. is there a way to automatically extract the first 5 digits of the top level assembly for the search string? also i only need to count .ipt files that start with the first 5 digits of the top level assembly. this counts subassemblies as parts too. thanks for helping me with this.
Delete or comment out these two lines :
' ElseIf TypeOf occ.Definition Is AssemblyComponentDefinition Then ' CountNewParts = CountNewParts + CountNewParts(occ.Definition.Occurrences)
=====
Hideo Yamada