Assign each type of object to a different group.

Quote:
my.group = 2;



Then when you scan you can use c_ignore to designate the groups you do not want to scan.

Quote:
c_ignore(1,3,4,5,6,0);


This will ignore all groups except group 2 for instance.

Last edited by Dooley; 03/11/18 20:43.