Arbortext IsoDraw > Macro Language Reference > Menu Commands > Edit Menu > Select If / SubSelect If > [Sub]Select If Text
  
[Sub]Select If Text
Selects text elements based on the specified TEXT content.
* 
To find callout elements based on callout text content, see [Sub]Select If Callout.
SELECT IFSUBSELECT IFTEXTISNOTEQUAL TOCONTAINS"text"
Parameters:
text
any "string"
Condition
Selects element if…
(IS or) IS EQUAL TO
its text content matches the specified text string.
(IS NOT or) IS NOT EQUAL TO
its text content does not match the specified text string.
CONTAINS
its text content contains or matches the specified text string.
SELECT IF TEXT CONTAINS "Coupling, Hose"
SUBSELECT IF TEXT IS EQUAL TO "Coupling, Hose, Type-A"