Arbortext Command Language > Functions by Alphabetical Listing > option_values
  
option_values
option_values (option, arr)
This function fills the array arr with a list of permissible values for the specified option and returns the number of entries in the array.
If the specified option is invalid or is not an enumerated type, then the function returns 0.
Example
option_values("tagdisplay", $arr)
Related Topics
option_value_max function
option_value_min function
option_value_validate function