Count the number of options in a combination selector variable (variable type: VarID_combosel).
| Declaration | Zeolite.h | 
|---|---|
| Implementation | Zeolite.cpp | 
long zcombosel_nOptions(ZVAR hComboSel);
| Name | Type | Comment | 
|---|---|---|
| hComboSel | ZVAR  | A ZVAR handle to a combination selector variable, the number of options in which are to be counted. | 
An integer containing the number of options in the combination selector variable. Errors return 0.
None.