Previous Up Next

_ADDlist
Add a new element in a specific position. If the position is bigger than the current number of elements, the new element is added at the end of the list.

ObjList _ADDlist (
ObjList _list_
I _position_
S _element_
)
Parameters

_list_
any listbox
_position_
position of new element
_element_
new element of the listbox
Return value

same listbox