Method XbpListBox():insItem() Foundation
Inserts an item into the list of the XbpListBox object.
:insItem( <nPos>, <cItem> ) --> nItemPos
This method returns a numeric value indicating the position in the list where the item is found after the method terminates.
The :insItem() method inserts an item at any position in the list of the XbpListBox object. This method is used along with :addItem()and :delItem() to dynamically manage the items in the list.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.