Previous | Up | Next |
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.Parameters
ObjList _ADDlist ( ObjList _list_ I _position_ S _element_ )
Return value
_list_ any listbox _position_ position of new element _element_ new element of the listbox
same listbox