Arbortext Command Language > Functions by Alphabetical Listing > option_value_min
  
option_value_min
option_value_min (option)
This function returns the minimum allowable value for the specified option.
If the specified option is invalid or is not numeric, then the function returns -1.
Example
option_value_min("outputrecordlength")
If the option's value is expressed in units, you can return the kind of units with option_value_units.
Related Topics
option_values function
option_value_max function
option_value_validate function