Arbortext Command Language > Functions by Alphabetical Listing > msp_entity_names
  
msp_entity_names
msp_entity_names (arr[, doc])
The msp_entity_names function fills the array arr with an alphabetical list of marked section parameter entity names which are valid for the current document, returning the total number. The first name returned 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.
* 
Only those marked section parameter entities declared in the declaration subset are included in the array arr. Parameter entities declared in the DTD are not included.