option_value_max
option_value_max (option)
This function returns the maximum allowable value for the specified option.
If the specified option is invalid, or is not numeric, then the function returns -1.
Example
option_value_max("fontpercent")
If the option's value is expressed in units, you can return the kind of units with
option_value_units.
Related Topics