Sets the number of the choice list item to be current when the choice list is made active
| Call | |
| #include <vv_clist.h> | |
| void scl_curnum(item_num, clistp) | |
|
int item_num |
New current choice list item number |
| CLISTPTR clistp | Pointer to a choice list |
| Returns
None |
|
| Description
scl_curnum() sets the current item in the specified choice list to the specified value. The next time the choice list is read with cl_rd() or cl_proc(), the specified item will be highlighted. |
|
| Related Functions | |
| Cautions
scl_curnum() is a macro and does no error checking. Macros are not listed by the VCS error reporting system. |
|