Arbortext Command Language > Functions by Alphabetical Listing > option_value_validate
  
option_value_validate
option_value_validate(option, value)
This function validates the specified value for the specified option.
If the specified value is valid, the function returns 1. If the specified value is invalid, the function returns 0 and an explanation in an error dialog box.
Example
option_value_validate("tagdisplay", "full")
option_value_validate("tagdisplay", "notvalid")
Related Topics
option_values function
option_value_max function
option_value_min function