| SYNTAX |
ParamToggle(''name'',''values'',defaultval=0 ) |
| RETURNS |
NUMBER |
| FUNCTION |
Function that allows to use boolean (Yes/No) parameters.
- ''name'' - the name of the parameter
- ''values'' - parameter values (separated with | character, e.g. "No|Yes" - first string represents false value and second string represents true value)
- defaultval - default value of the parameter
|
| EXAMPLE |
|
| SEE ALSO |
PARAM() function , ParamTrigger() function |