Arbortext Command Language > Commands > find_attr_string
  
find_attr_string
find_attr_string [string]
This alias searches forward from the cursor in the current document for the next occurrence of an attribute value matching string. If you do not supply the argument, a response panel prompts you to do so.
For instance, if you wanted to find a paragraph tag with an id of p100, you can omit the p and use 100 as the string and the find_attr_string command would still find it. If the attribute exists, the document text moves to show the highlighted tag and the cursor is placed to the right of the tag to facilitate modification.
fas is a synonym for find_attr_string.
Examples
find_attr_string 100
fas drw
fas 'diag.tif'
Related Topics
find_attr_value command
find_id command