Is a Specific Argument in the Dots-Arguments?
Returns the value of a specific named argument if it was comprised in the dots or a default value, if it wasn't.
InDots(..., arg, default)
... |
the dots arguments to be checked. |
arg |
the name of argument to test for. |
default |
the default value to return, if the argument |
the value of the argument, if it exists else the specified default value.
Andri Signorell <andri@signorell.net>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.