Arbortext Command Language > Functions by Alphabetical Listing > apply_profile_group
  
apply_profile_group
apply_profile_group (apply_profile_group_name, arr[, doc])
Returns the number of profile classes that are included in the specified apply profile group.
apply_profile_group_name — The apply profile group for which the function returns the number of profile classes.
arr — Associative array of the values of the profile classes included in the specified apply profile group.
doc — Optional. The identifier of the document tree. If doc is omitted or is 0, the current document is used.
If more than one value exists for a particular profile class, the different values will be separated using the value separator. For example:
arr[alias1] = value
arr[alias2] = value1;value2