Can you delete specific object info?
I have a few macros that add infos to objects to aid selecting them later in the macro.
At the end of the macro, I use the DELETE OBJECT_INFO DEEP command to remove these infos so the items changed in the macro are not changed again next time the macro is run on a different part of a drawing.
Trouble is, that the DELETE OBJECT_INFO DEEP command removes all infos on everything, meaning that infos cannot become permanent parts of drawing objects.
I would like to be able to be able to have infos (for existence part numbers) attached to drawn items so that you can run macros to select them later, but to do this I would have to start removing specific infos, leaving on the ones that are meant to be permanent.
Is there a way to do this?

