Arbortext Command Language > Functions by Alphabetical Listing > selection_has_change_tracking
  
selection_has_change_tracking
ret = selection_has_change_tracking([doc])
 
This function returns 1 if change records are found in the selected region of doc. If doc is not specified, the value of current_doc is used.
* 
The function will only return meaningful information if the Arbortext Editor selection is a region of text. If the selection includes one or more elements of a table (a grid, a row, a column, a cell, or several of any of the above) the function will return 0.
To determine whether the current selection in the document is a text or a table selection, use the ACL function selected().