Message 1 of 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The routine attached counts the quantity of a specific block name, and lists the total. If there are duplicate blocks overlaying each other, it lists the overlapping amount as well. The problem is the CURRENT block total doesn't count the overlapping blocks. So if there are 6 blocks and there is 1 block overlapping one of the 6, the routine displays something line "There are 6 total blocks" "There is 1 overlapping block". There are actually 7 total blocks...
It should say "There are 7 total blocks" "There is 1 block overlapping". I'm not quite sure how to revise the routine to fix this. Any help would be appreciated.
Solved! Go to Solution.