scl_curnum()

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

cl_curnum()

Cautions

scl_curnum() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next