Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Pen
  
[Sub]Select If Pen
Selects elements that either do, or do not, have the specified PEN.
SELECT IFSUBSELECT IFPENISNOTEQUAL TO"pen_name"
Parameters:
pen_name
all standard pen names
"user-defined pen name"
"$ISO_NOPEN"
(See International Names for language-independent pen names.)
Condition
Selects element if…
(IS or) IS EQUAL TO
the element has the specified pen_name.
(IS NOT or) IS NOT EQUAL TO
the element does not have the specified pen_name.
SELECT IF PEN IS EQUAL TO "$ISO_THIN"
SUBSELECT IF PEN IS NOT EQUAL TO "$ISO_THICK"