----------------------------------------------------------------- // HiDe a segment of an entity between it's intersections with two other entitities. The color of the selected segment will be changed to color 1, the line style will be changed to "HIDDEN" but only if a line style named "HIDDEN" exists and the layer will be changed to "HIDDEN" but only if a layer named "HIDDEN" exists.. MACRO HD |ECOFF;SELBYE;SNAPOFF :LP1 GE p1;^D1st boundary [Done] IFERR Done GE p2;^D2nd boundary :LP2 GE p3;^DSegment to hide [Done] IFERR LP1 SPLIT p3 INT p1 p3;;p3 INT p2 p3 CHANGEC p3;;1 CHANGELS p3;;HIDDEN CHANGEL p3;;HIDDEN GOTO LP2 :Done ECON ENDM -----------------------------------------------------------------