====== combosel_GetOptions ====== ===== Description ===== Get the pipe-delimited ('|') string of options from a combination selector variable (VarID_combosel). ===== Function prototype ===== const char* CExtAPI::combosel_GetOptions(ZVAR hComboSel); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hComboSel | [[zeolite:types:ZVAR]] | A ZVAR handle of type VarID_combosel. | ===== Return value ===== A pointer to a C-style string containing the options string, delimited by pipes ('|'). ===== Comments ===== None.