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