Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Superscript / Subscript (Text Position)
  
[Sub]Select If Superscript / Subscript (Text Position)
Selects text elements based on the specified superscript/subscript (TEXT_POSITION) setting in (positive or negative) points.
SELECT IFSUBSELECT IFTEXT_POSITIONISNOTEQUAL TOCONTAINS"text_position"
Parameters:
text_position
any float
Condition
Selects element if…
(IS or) IS EQUAL TO
all superscripted or subscripted text in the element has the specified text_position applied to it.
(IS NOT or) IS NOT EQUAL TO
none of the superscripted or subscripted text in the element has the specified text_position applied to it.
CONTAINS
some or all of the superscripted or subscripted text in the element has the specified text_position applied to it.
SELECT IF TEXT_POSITION IS EQUAL TO "2"
SUBSELECT IF TEXT_POSITION IS NOT EQUAL TO "-3"