Replacing an Item in a Choice List

To replace the text for an item in the choice list, call the choice list item replace function, cli_rpl():

int cli_rpl(stp, item_num, clistp)
 
UCHAR *stp;
/* String to put in choice list
*/
int item_num;
/* Item number to replace text for
*/
CLISTPTR clistp;
/* Choice list to replace string in
*/


Home Contents Previous Next