To insert an item in the choice list, call the choice list item insert function, cli_ins():
|
||
|
|
|
|
|
|
|
|
|
If you specify 5 for the item number, the string you are inserting becomes item number 5.
You can specify APPEND_ROW as the item_num to add the item to the end of the choice list. Item numbering starts at 0. The number to access a particular item may change after inserting a row in the choice list.