Arbortext Command Language > Functions by Alphabetical Listing > option_value_units
  
option_value_units
option_value_units (option)
This function returns the units being used by the specified option.
If the specified option is invalid or doesn't use units, then the function returns an empty string.
The following example obtains the unit of measure for the set docmapwrapwidth command option.
option_value_units("docmapwrapwidth")
Related Topics
option_values function
option_value_max function
option_value_min function