Arbortext Command Language > Functions by Alphabetical Listing > user_tag_names
  
user_tag_names
count = user_tag_names(arr[, doc])
This function fills the array arr with a list of user-defined tags for the current document type, returning the number of tags. The first tag is stored at index 1. All previous elements in arr are discarded. The doc argument specifies the identifier of the document tree to query. If omitted or 0, the current document is used.