Get the pipe-delimited ('|') string of options from a combination selector variable (VarID_combosel).
const char* CExtAPI::combosel_GetOptions(ZVAR hComboSel);
| Name | Type | Comment | 
|---|---|---|
| hComboSel | ZVAR | A ZVAR handle of type VarID_combosel. | 
A pointer to a C-style string containing the options string, delimited by pipes ('|').
None.